Home
last modified time | relevance | path

Searched refs:ASAN_TEST_BUF_SIZE (Results 1 – 1 of 1) sorted by relevance

/optee_os/core/pta/tests/
H A Dmisc.c666 #define ASAN_TEST_BUF_SIZE 15 macro
668 static char asan_test_sgbuf[ASAN_TEST_BUF_SIZE];
669 char asan_test_gbuf[ASAN_TEST_BUF_SIZE];
670 static const char asan_test_sgbuf_ro[ASAN_TEST_BUF_SIZE + 1];
745 char buf[ASAN_TEST_BUF_SIZE] = {0}; in asan_stack()
747 ctx->write_func(buf, ASAN_TEST_BUF_SIZE, ctx->write_value); in asan_stack()
753 ctx->write_func(asan_test_sgbuf, ASAN_TEST_BUF_SIZE, in asan_global_stat()
760 ASAN_TEST_BUF_SIZE + 1); in asan_global_ro()
765 ctx->write_func(asan_test_gbuf, ASAN_TEST_BUF_SIZE, in asan_global()
771 ctx->pmalloc1 = malloc(ASAN_TEST_BUF_SIZE); in asan_malloc()
[all …]