1extern "C" {
2 void *CFAllocatorDefaultDoubleFree(void *unused);
3 void CFAllocatorSystemDefaultDoubleFree();
4 void CFAllocatorMallocDoubleFree();
5 void CFAllocatorMallocZoneDoubleFree();
6 void CallFreeOnWorkqueue(void *mem);
7 void TestGCDDispatchAsync();
8 void TestGCDDispatchSync();
9 void TestGCDReuseWqthreadsAsync();
10 void TestGCDReuseWqthreadsSync();
11 void TestGCDDispatchAfter();
12 void TestGCDInTSDDestructor();
13 void TestGCDSourceEvent();
14 void TestGCDSourceCancel();
15 void TestGCDGroupAsync();
16 void TestOOBNSObjects();
17 void TestNSURLDeallocation();
18 void TestPassCFMemoryToAnotherThread();
19}
20

source code of compiler-rt/lib/asan/tests/asan_mac_test.h