Home
last modified time | relevance | path

Searched refs:GetGlobalPoolAllocator (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/angle/src/compiler/translator/
DCommon.h32 void* operator new(size_t s) { return GetGlobalPoolAllocator()->allocate(s); } \
36 void* operator new[](size_t s) { return GetGlobalPoolAllocator()->allocate(s); } \
49 void* memory = GetGlobalPoolAllocator()->allocate(sizeof(TString)); in NewPoolTString()
DPoolAlloc.h222 extern TPoolAllocator* GetGlobalPoolAllocator();
250 pool_allocator() : allocator(GetGlobalPoolAllocator()) { } in pool_allocator()
DPoolAlloc.cpp37 TPoolAllocator* GetGlobalPoolAllocator() in GetGlobalPoolAllocator() function
DTypes.h61 void *memory = GetGlobalPoolAllocator()->allocate(sizeof(TFieldList)); in NewPoolTFieldList()