HomeSort by relevance Sort by last modified time
    Searched refs:globalPoolAllocator (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
PoolAlloc.cpp 26 threadData->globalPoolAllocator = 0;
60 return *threadData->globalPoolAllocator;
67 threadData->globalPoolAllocator = poolAllocator;
PoolAlloc.h 224 #define GlobalPoolAllocator GetGlobalPoolAllocator()
228 TPoolAllocator* globalPoolAllocator;
256 pool_allocator() : allocator(GlobalPoolAllocator) { }

Completed in 38 milliseconds