Searched defs:GPA (Results 1 – 12 of 12) sorted by relevance
/external/llvm-project/compiler-rt/lib/gwp_asan/tests/ |
D | thread_contention.cpp | 18 void asyncTask(gwp_asan::GuardedPoolAllocator *GPA, in asyncTask() 46 gwp_asan::GuardedPoolAllocator *GPA) { in runThreadContentionTest()
|
D | backtrace.cpp | 18 AllocateMemory(gwp_asan::GuardedPoolAllocator &GPA) { in AllocateMemory() 22 DeallocateMemory(gwp_asan::GuardedPoolAllocator &GPA, void *Ptr) { in DeallocateMemory() 26 DeallocateMemory2(gwp_asan::GuardedPoolAllocator &GPA, void *Ptr) { in DeallocateMemory2()
|
D | slot_reuse.cpp | 13 void singleByteGoodAllocDealloc(gwp_asan::GuardedPoolAllocator *GPA) { in singleByteGoodAllocDealloc() 44 void runNoReuseBeforeNecessary(gwp_asan::GuardedPoolAllocator *GPA, in runNoReuseBeforeNecessary()
|
D | late_init.cpp | 14 gwp_asan::GuardedPoolAllocator GPA; in TEST() local
|
D | enable_disable.cpp | 47 auto &GPA = *reinterpret_cast<gwp_asan::GuardedPoolAllocator *>(arg); in enableMalloc() local
|
/external/gwp_asan/gwp_asan/tests/ |
D | thread_contention.cpp | 18 void asyncTask(gwp_asan::GuardedPoolAllocator *GPA, in asyncTask() 46 gwp_asan::GuardedPoolAllocator *GPA) { in runThreadContentionTest()
|
D | backtrace.cpp | 18 AllocateMemory(gwp_asan::GuardedPoolAllocator &GPA) { in AllocateMemory() 22 DeallocateMemory(gwp_asan::GuardedPoolAllocator &GPA, void *Ptr) { in DeallocateMemory() 26 DeallocateMemory2(gwp_asan::GuardedPoolAllocator &GPA, void *Ptr) { in DeallocateMemory2()
|
D | slot_reuse.cpp | 13 void singleByteGoodAllocDealloc(gwp_asan::GuardedPoolAllocator *GPA) { in singleByteGoodAllocDealloc() 44 void runNoReuseBeforeNecessary(gwp_asan::GuardedPoolAllocator *GPA, in runNoReuseBeforeNecessary()
|
D | late_init.cpp | 14 gwp_asan::GuardedPoolAllocator GPA; in TEST() local
|
D | enable_disable.cpp | 47 auto &GPA = *reinterpret_cast<gwp_asan::GuardedPoolAllocator *>(arg); in enableMalloc() local
|
/external/gwp_asan/gwp_asan/optional/ |
D | segv_handler_posix.cpp | 197 void installSignalHandlers(gwp_asan::GuardedPoolAllocator *GPA, Printf_t Printf, in installSignalHandlers()
|
/external/llvm-project/compiler-rt/lib/gwp_asan/optional/ |
D | segv_handler_posix.cpp | 139 void installSignalHandlers(gwp_asan::GuardedPoolAllocator *GPA, Printf_t Printf, in installSignalHandlers()
|