2011-11-30 09:07:02 +08:00
|
|
|
extern "C" {
|
2012-06-22 00:08:11 +08:00
|
|
|
void *CFAllocatorDefaultDoubleFree(void *unused);
|
2011-11-30 09:07:02 +08:00
|
|
|
void CFAllocatorSystemDefaultDoubleFree();
|
|
|
|
void CFAllocatorMallocDoubleFree();
|
|
|
|
void CFAllocatorMallocZoneDoubleFree();
|
|
|
|
void CallFreeOnWorkqueue(void *mem);
|
|
|
|
void TestGCDDispatchAsync();
|
|
|
|
void TestGCDDispatchSync();
|
|
|
|
void TestGCDReuseWqthreadsAsync();
|
|
|
|
void TestGCDReuseWqthreadsSync();
|
|
|
|
void TestGCDDispatchAfter();
|
|
|
|
void TestGCDInTSDDestructor();
|
|
|
|
void TestGCDSourceEvent();
|
|
|
|
void TestGCDSourceCancel();
|
|
|
|
void TestGCDGroupAsync();
|
2012-03-31 01:31:15 +08:00
|
|
|
void TestOOBNSObjects();
|
2012-06-21 04:28:39 +08:00
|
|
|
void TestNSURLDeallocation();
|
2012-07-23 22:07:58 +08:00
|
|
|
void TestPassCFMemoryToAnotherThread();
|
2011-11-30 09:07:02 +08:00
|
|
|
}
|