Searched refs:PerProcessGPA (Results 1 – 1 of 1) sorted by relevance
229 TPoolAllocator* PerProcessGPA = nullptr; variable445 SetThreadPoolAllocator(PerProcessGPA); in SetupBuiltinSymbolTable()1274 if (PerProcessGPA == nullptr) in ShInitialize()1275 PerProcessGPA = new TPoolAllocator(); in ShInitialize()1374 if (PerProcessGPA != nullptr) { in ShFinalize()1375 delete PerProcessGPA; in ShFinalize()1376 PerProcessGPA = nullptr; in ShFinalize()