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

  /external/chromium_org/third_party/angle/src/compiler/
Common.h 28 void* operator new(size_t s) { return GetGlobalPoolAllocator()->allocate(s); } \
32 void* operator new[](size_t s) { return GetGlobalPoolAllocator()->allocate(s); } \
45 void* memory = GetGlobalPoolAllocator()->allocate(sizeof(TString));
PoolAlloc.h 222 extern TPoolAllocator* GetGlobalPoolAllocator();
250 pool_allocator() : allocator(GetGlobalPoolAllocator()) { }
PoolAlloc.cpp 36 TPoolAllocator* GetGlobalPoolAllocator()
Types.h 41 void* memory = GetGlobalPoolAllocator()->allocate(sizeof(TFieldList));

Completed in 104 milliseconds