Home
last modified time | relevance | path

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

/optee_os/core/pta/tests/
H A Dmisc.c675 char *pmalloc1; member
717 free(ctx->pmalloc1); in asan_test_cleanup()
771 ctx->pmalloc1 = malloc(ASAN_TEST_BUF_SIZE); in asan_malloc()
773 if (ctx->pmalloc1) in asan_malloc()
774 ctx->write_func(ctx->pmalloc1, ASAN_TEST_BUF_SIZE, in asan_malloc()