Searched refs:PerProcessGPA (Results 1 – 1 of 1) sorted by relevance
236 TPoolAllocator* PerProcessGPA = nullptr; variable462 SetThreadPoolAllocator(PerProcessGPA); in SetupBuiltinSymbolTable()1340 if (PerProcessGPA == nullptr) in ShInitialize()1341 PerProcessGPA = new TPoolAllocator(); in ShInitialize()1442 if (PerProcessGPA != nullptr) { in ShFinalize()1443 delete PerProcessGPA; in ShFinalize()1444 PerProcessGPA = nullptr; in ShFinalize()