Home
last modified time | relevance | path

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

/external/compiler-rt/lib/asan/tests/
Dasan_mac_test.cc22 TEST(AddressSanitizerMac, CFAllocatorDefaultDoubleFree) { in TEST() argument
24 CFAllocatorDefaultDoubleFree(NULL), in TEST()
30 PTHREAD_CREATE(&child, NULL, CFAllocatorDefaultDoubleFree, NULL); in CFAllocator_DoubleFreeOnPthread()
Dasan_mac_test.h2 void *CFAllocatorDefaultDoubleFree(void *unused);
Dasan_mac_test_helpers.mm14 void *CFAllocatorDefaultDoubleFree(void *unused) { function
/external/llvm-project/compiler-rt/lib/asan/tests/
Dasan_mac_test.cpp21 TEST(AddressSanitizerMac, CFAllocatorDefaultDoubleFree) { in TEST() argument
23 CFAllocatorDefaultDoubleFree(NULL), in TEST()
29 PTHREAD_CREATE(&child, NULL, CFAllocatorDefaultDoubleFree, NULL); in CFAllocator_DoubleFreeOnPthread()
Dasan_mac_test.h2 void *CFAllocatorDefaultDoubleFree(void *unused);
Dasan_mac_test_helpers.mm14 void *CFAllocatorDefaultDoubleFree(void *unused) { function