Home
last modified time | relevance | path

Searched defs:GPA (Results 1 – 12 of 12) sorted by relevance

/external/llvm-project/compiler-rt/lib/gwp_asan/tests/
Dthread_contention.cpp18 void asyncTask(gwp_asan::GuardedPoolAllocator *GPA, in asyncTask()
46 gwp_asan::GuardedPoolAllocator *GPA) { in runThreadContentionTest()
Dbacktrace.cpp18 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()
Dslot_reuse.cpp13 void singleByteGoodAllocDealloc(gwp_asan::GuardedPoolAllocator *GPA) { in singleByteGoodAllocDealloc()
44 void runNoReuseBeforeNecessary(gwp_asan::GuardedPoolAllocator *GPA, in runNoReuseBeforeNecessary()
Dlate_init.cpp14 gwp_asan::GuardedPoolAllocator GPA; in TEST() local
Denable_disable.cpp47 auto &GPA = *reinterpret_cast<gwp_asan::GuardedPoolAllocator *>(arg); in enableMalloc() local
/external/gwp_asan/gwp_asan/tests/
Dthread_contention.cpp18 void asyncTask(gwp_asan::GuardedPoolAllocator *GPA, in asyncTask()
46 gwp_asan::GuardedPoolAllocator *GPA) { in runThreadContentionTest()
Dbacktrace.cpp18 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()
Dslot_reuse.cpp13 void singleByteGoodAllocDealloc(gwp_asan::GuardedPoolAllocator *GPA) { in singleByteGoodAllocDealloc()
44 void runNoReuseBeforeNecessary(gwp_asan::GuardedPoolAllocator *GPA, in runNoReuseBeforeNecessary()
Dlate_init.cpp14 gwp_asan::GuardedPoolAllocator GPA; in TEST() local
Denable_disable.cpp47 auto &GPA = *reinterpret_cast<gwp_asan::GuardedPoolAllocator *>(arg); in enableMalloc() local
/external/gwp_asan/gwp_asan/optional/
Dsegv_handler_posix.cpp197 void installSignalHandlers(gwp_asan::GuardedPoolAllocator *GPA, Printf_t Printf, in installSignalHandlers()
/external/llvm-project/compiler-rt/lib/gwp_asan/optional/
Dsegv_handler_posix.cpp139 void installSignalHandlers(gwp_asan::GuardedPoolAllocator *GPA, Printf_t Printf, in installSignalHandlers()