Searched refs:lastAllocation (Results 1 – 4 of 4) sorted by relevance
/external/angle/src/common/ |
D | PoolAlloc.h | 219 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/ |
D | PoolAlloc.h | 192 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/ |
D | PoolAlloc.h | 192 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/ |
D | PoolAlloc.h | 176 , 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()
|