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

  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
Initialize.h 18 POOL_ALLOCATOR_NEW_DELETE(GlobalPoolAllocator)
PoolAlloc.h 224 #define GlobalPoolAllocator GetGlobalPoolAllocator()
228 TPoolAllocator* globalPoolAllocator;
256 pool_allocator() : allocator(GlobalPoolAllocator) { }
Common.h 57 void* memory = GlobalPoolAllocator.allocate(sizeof(TString));
localintermediate.h 25 POOL_ALLOCATOR_NEW_DELETE(GlobalPoolAllocator)
SymbolTable.h 43 POOL_ALLOCATOR_NEW_DELETE(GlobalPoolAllocator)
197 POOL_ALLOCATOR_NEW_DELETE(GlobalPoolAllocator)
Types.h 26 void* memory = GlobalPoolAllocator.allocate(sizeof(TTypeList));
84 POOL_ALLOCATOR_NEW_DELETE(GlobalPoolAllocator)
intermediate.h 205 POOL_ALLOCATOR_NEW_DELETE(GlobalPoolAllocator)
326 // per process globalpoolallocator, then it causes increased memory usage per compile
499 POOL_ALLOCATOR_NEW_DELETE(GlobalPoolAllocator)
ConstantUnion.h 15 POOL_ALLOCATOR_NEW_DELETE(GlobalPoolAllocator)

Completed in 1125 milliseconds