Home
last modified time | relevance | path

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

/optee_os/core/pta/tests/
H A Dmisc.c676 char *pmalloc2[3]; member
719 for (; i < ARRAY_SIZE(ctx->pmalloc2); i++) in asan_test_cleanup()
720 free(ctx->pmalloc2[i]); in asan_test_cleanup()
784 for (; i < ARRAY_SIZE(ctx->pmalloc2); i++) { in asan_malloc2()
785 ctx->pmalloc2[i] = malloc(aligned_size); in asan_malloc2()
786 if (!ctx->pmalloc2[i]) in asan_malloc2()
789 p = ctx->pmalloc2[1]; in asan_malloc2()