Kostya Serebryany | 019b76f | 2011-11-30 01:07:02 +0000 | [diff] [blame] | 1 | extern "C" { |
Alexander Potapenko | 70feed2 | 2012-06-21 16:08:11 +0000 | [diff] [blame] | 2 | void *CFAllocatorDefaultDoubleFree(void *unused); |
Kostya Serebryany | 019b76f | 2011-11-30 01:07:02 +0000 | [diff] [blame] | 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(); |
Alexander Potapenko | 4f1d3e8 | 2012-03-30 17:31:15 +0000 | [diff] [blame] | 16 | void TestOOBNSObjects(); |
Alexander Potapenko | 50e788b | 2012-06-20 20:28:39 +0000 | [diff] [blame] | 17 | void TestNSURLDeallocation(); |
Alexander Potapenko | 51e6488 | 2012-07-23 14:07:58 +0000 | [diff] [blame] | 18 | void TestPassCFMemoryToAnotherThread(); |
Kostya Serebryany | 019b76f | 2011-11-30 01:07:02 +0000 | [diff] [blame] | 19 | } |