Searched defs:GPA (Results 1 – 8 of 8) sorted by relevance
25 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()
18 void asyncTask(gwp_asan::GuardedPoolAllocator *GPA, in asyncTask()46 gwp_asan::GuardedPoolAllocator *GPA) { in runThreadContentionTest()
13 void singleByteGoodAllocDealloc(gwp_asan::GuardedPoolAllocator *GPA) { in singleByteGoodAllocDealloc()44 void runNoReuseBeforeNecessary(gwp_asan::GuardedPoolAllocator *GPA, in runNoReuseBeforeNecessary()
14 gwp_asan::GuardedPoolAllocator GPA; in TEST() local
142 void singleAllocThrashTask(gwp_asan::GuardedPoolAllocator *GPA, in singleAllocThrashTask()171 gwp_asan::GuardedPoolAllocator *GPA) { in runInterThreadThrashingSingleAlloc()
47 auto &GPA = *reinterpret_cast<gwp_asan::GuardedPoolAllocator *>(arg); in enableMalloc() local
145 gwp_asan::GuardedPoolAllocator GPA; variable
240 void installSignalHandlers(gwp_asan::GuardedPoolAllocator *GPA, Printf_t Printf, in installSignalHandlers()