Home
last modified time | relevance | path

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

/external/gwp_asan/gwp_asan/tests/
Dharness.cpp25 AllocateMemory(gwp_asan::GuardedPoolAllocator &GPA) { in AllocateMemory()
29 DeallocateMemory(gwp_asan::GuardedPoolAllocator &GPA, void *Ptr) { in DeallocateMemory()
33 DeallocateMemory2(gwp_asan::GuardedPoolAllocator &GPA, void *Ptr) { in DeallocateMemory2()
Dthread_contention.cpp18 void asyncTask(gwp_asan::GuardedPoolAllocator *GPA, in asyncTask()
46 gwp_asan::GuardedPoolAllocator *GPA) { in runThreadContentionTest()
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
Drecoverable.cpp142 void singleAllocThrashTask(gwp_asan::GuardedPoolAllocator *GPA, in singleAllocThrashTask()
171 gwp_asan::GuardedPoolAllocator *GPA) { in runInterThreadThrashingSingleAlloc()
Denable_disable.cpp47 auto &GPA = *reinterpret_cast<gwp_asan::GuardedPoolAllocator *>(arg); in enableMalloc() local
Dharness.h145 gwp_asan::GuardedPoolAllocator GPA; variable
/external/gwp_asan/gwp_asan/optional/
Dsegv_handler_posix.cpp240 void installSignalHandlers(gwp_asan::GuardedPoolAllocator *GPA, Printf_t Printf, in installSignalHandlers()