Searched refs:pmalloc2 (Results 1 – 2 of 2) sorted by relevance
57 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()
16 char *pmalloc2[3]; member