Searched refs:pmalloc1 (Results 1 – 2 of 2) sorted by relevance
55 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()
15 char *pmalloc1; member