blob: 441547a5a3dcb4fc4a2bbbb0789c7a5391c25921 [file] [log] [blame]
Kostya Serebryany019b76f2011-11-30 01:07:02 +00001extern "C" {
Alexander Potapenko70feed22012-06-21 16:08:11 +00002 void *CFAllocatorDefaultDoubleFree(void *unused);
Kostya Serebryany019b76f2011-11-30 01:07:02 +00003 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();
Alexander Potapenko4f1d3e82012-03-30 17:31:15 +000016 void TestOOBNSObjects();
Alexander Potapenko50e788b2012-06-20 20:28:39 +000017 void TestNSURLDeallocation();
Alexander Potapenko51e64882012-07-23 14:07:58 +000018 void TestPassCFMemoryToAnotherThread();
Kostya Serebryany019b76f2011-11-30 01:07:02 +000019}