Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/Include/
DPoolAlloc.h192 lastAllocation(0), in tHeader()
198 if (lastAllocation) in ~tHeader()
199 lastAllocation->checkAllocList(); in ~tHeader()
204 TAllocation* lastAllocation; member
221 new(memory) TAllocation(numBytes, memory, block->lastAllocation); in initializeAllocation()
222 block->lastAllocation = reinterpret_cast<TAllocation*>(memory); in initializeAllocation()
/external/swiftshader/src/OpenGL/compiler/
DPoolAlloc.h176 , lastAllocation(0) in tHeader()
182 if (lastAllocation) in ~tHeader()
183 lastAllocation->checkAllocList(); in ~tHeader()
190 TAllocation* lastAllocation; member
203 new(memory) TAllocation(numBytes, memory, block->lastAllocation); in initializeAllocation()
204 block->lastAllocation = reinterpret_cast<TAllocation*>(memory); in initializeAllocation()