Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/lib/gwp_asan/tests/
H A Dharness.cpp16 AllocateMemory(gwp_asan::GuardedPoolAllocator &GPA) { in AllocateMemory()
20 DeallocateMemory(gwp_asan::GuardedPoolAllocator &GPA, void *Ptr) { in DeallocateMemory()
24 DeallocateMemory2(gwp_asan::GuardedPoolAllocator &GPA, void *Ptr) { in DeallocateMemory2()
H A Dthread_contention.cpp18 void asyncTask(gwp_asan::GuardedPoolAllocator *GPA, in asyncTask()
46 gwp_asan::GuardedPoolAllocator *GPA) { in runThreadContentionTest()
H A Dlate_init.cpp14 gwp_asan::GuardedPoolAllocator GPA; in TEST() local
H A Dslot_reuse.cpp13 void singleByteGoodAllocDealloc(gwp_asan::GuardedPoolAllocator *GPA) { in singleByteGoodAllocDealloc()
44 void runNoReuseBeforeNecessary(gwp_asan::GuardedPoolAllocator *GPA, in runNoReuseBeforeNecessary()
H A Drecoverable.cpp142 void singleAllocThrashTask(gwp_asan::GuardedPoolAllocator *GPA, in singleAllocThrashTask()
171 gwp_asan::GuardedPoolAllocator *GPA) { in runInterThreadThrashingSingleAlloc()
H A Denable_disable.cpp47 auto &GPA = *reinterpret_cast<gwp_asan::GuardedPoolAllocator *>(arg); in enableMalloc() local
H A Dharness.h131 gwp_asan::GuardedPoolAllocator GPA; global() variable
[all...]
/llvm-project/compiler-rt/lib/gwp_asan/optional/
H A Dsegv_handler_posix.cpp240 void installSignalHandlers(gwp_asan::GuardedPoolAllocator *GPA, Printf_t Printf, in installSignalHandlers()