21 lines · c
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 TestGCDDispatchApply();13 void TestGCDInTSDDestructor();14 void TestGCDSourceEvent();15 void TestGCDSourceCancel();16 void TestGCDGroupAsync();17 void TestOOBNSObjects();18 void TestNSURLDeallocation();19 void TestPassCFMemoryToAnotherThread();20}21