[AMDGPU] Infer amdgpu-no-flat-scratch-init attribute in AMDGPUAttributor (#94647)
[llvm-project.git] / compiler-rt / lib / asan / tests / asan_mac_test.h
blob441547a5a3dcb4fc4a2bbbb0789c7a5391c25921
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();