Home
last modified time | relevance | path

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

/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
DPoolAlloc.h163 , lastAllocation(0) in tHeader()
169 if (lastAllocation) in ~tHeader()
170 lastAllocation->checkAllocList(); in ~tHeader()
177 TAllocation* lastAllocation; member
190 new(memory) TAllocation(numBytes, memory, block->lastAllocation); in initializeAllocation()
191 block->lastAllocation = reinterpret_cast<TAllocation*>(memory); in initializeAllocation()