Home
last modified time | relevance | path

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

/optee_os/lib/libutils/ext/
H A Dasan_test.c15 #define ASAN_TEST_BUF_SIZE 15 macro
17 static char asan_test_sgbuf[ASAN_TEST_BUF_SIZE];
18 char asan_test_gbuf[ASAN_TEST_BUF_SIZE];
19 static const char asan_test_sgbuf_ro[ASAN_TEST_BUF_SIZE + 1];
63 char buf[ASAN_TEST_BUF_SIZE] = {0}; in asan_test_stack()
65 ctx->write_func(buf, ASAN_TEST_BUF_SIZE, ctx->write_value); in asan_test_stack()
70 ctx->write_func(asan_test_sgbuf, ASAN_TEST_BUF_SIZE, in asan_test_global_stat()
77 ASAN_TEST_BUF_SIZE + 1); in asan_test_global_ro()
82 ctx->write_func(asan_test_gbuf, ASAN_TEST_BUF_SIZE, in asan_test_global()
88 ctx->pmalloc1 = malloc(ASAN_TEST_BUF_SIZE); in asan_test_malloc()
[all …]