Lines Matching defs:GPA
47 char *AllocateMemory(gwp_asan::GuardedPoolAllocator &GPA);
48 void DeallocateMemory(gwp_asan::GuardedPoolAllocator &GPA, void *Ptr);
49 void DeallocateMemory2(gwp_asan::GuardedPoolAllocator &GPA, void *Ptr);
59 GPA.init(Opts);
62 void TearDown() override { GPA.uninitTestOnly(); }
65 gwp_asan::GuardedPoolAllocator GPA;
78 GPA.init(Opts);
81 void TearDown() override { GPA.uninitTestOnly(); }
84 gwp_asan::GuardedPoolAllocator GPA;
95 GPA.init(Opts);
107 &GPA, PrintfFunction, gwp_asan::backtrace::getPrintBacktraceFunction(),
113 GPA.uninitTestOnly();
133 gwp_asan::GuardedPoolAllocator GPA;