Home
last modified time | relevance | path

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

/optee_os/lib/libutils/ext/
H A Dasan_test.c55 free(ctx->pmalloc1); in asan_test_cleanup()
88 ctx->pmalloc1 = malloc(ASAN_TEST_BUF_SIZE); in asan_test_malloc()
90 if (ctx->pmalloc1) in asan_test_malloc()
91 ctx->write_func(ctx->pmalloc1, ASAN_TEST_BUF_SIZE, in asan_test_malloc()
/optee_os/lib/libutils/ext/include/
H A Dasan_test.h15 char *pmalloc1; member