Home
last modified time | relevance | path

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

/optee_os/lib/libutils/ext/
H A Dasan_test.c57 for (; i < ARRAY_SIZE(ctx->pmalloc2); i++) in asan_test_cleanup()
58 free(ctx->pmalloc2[i]); in asan_test_cleanup()
101 for (; i < ARRAY_SIZE(ctx->pmalloc2); i++) { in asan_test_malloc2()
102 ctx->pmalloc2[i] = malloc(aligned_size); in asan_test_malloc2()
103 if (!ctx->pmalloc2[i]) in asan_test_malloc2()
106 p = ctx->pmalloc2[1]; in asan_test_malloc2()
/optee_os/lib/libutils/ext/include/
H A Dasan_test.h16 char *pmalloc2[3]; member