xref: /aosp_15_r20/external/compiler-rt/lib/asan/tests/asan_mac_test.h (revision 7c3d14c8b49c529e04be81a3ce6f5cc23712e4c6)
1 extern "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