Searched defs:TAllocation (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
H A DPoolAlloc.h43 class TAllocation { class
45 TAllocation(size_t size, unsigned char* mem, TAllocation* prev = 0) : function in class:TAllocation
87 TAllocation* prevAlloc; // prior allocation in the chain
96 inline static size_t headerSize() { return sizeof(TAllocation); }
177 TAllocation* lastAllocation;
190 new(memory) TAllocation(numBytes, memory, block->lastAllocation);
191 block->lastAllocation = reinterpret_cast<TAllocation*>(memory);
194 return TAllocation::offsetAllocation(memory);

Completed in 36 milliseconds