Home
last modified time | relevance | path

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

/external/angle/src/common/
DPoolAlloc.h219 lastAllocation(0) in Header()
226 if (lastAllocation) in ~Header()
227 lastAllocation->checkAllocList(); in ~Header()
234 Allocation *lastAllocation; member
251 new (memory) Allocation(numBytes + mAlignment, memory, block->lastAllocation); in initializeAllocation()
252 block->lastAllocation = reinterpret_cast<Allocation *>(memory); in initializeAllocation()
/external/angle/third_party/vulkan-deps/glslang/src/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/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()