Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/
DPoolAlloc.h171 , lastAllocation(0) in tHeader()
177 if (lastAllocation) in ~tHeader()
178 lastAllocation->checkAllocList(); in ~tHeader()
185 TAllocation* lastAllocation; member
198 new(memory) TAllocation(numBytes, memory, block->lastAllocation); in initializeAllocation()
199 block->lastAllocation = reinterpret_cast<TAllocation*>(memory); in initializeAllocation()