HomeSort by relevance Sort by last modified time
    Searched defs:lastAllocation (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/src/OpenGL/compiler/
PoolAlloc.h 171 , lastAllocation(0)
177 if (lastAllocation)
178 lastAllocation->checkAllocList();
185 TAllocation* lastAllocation;
198 new(memory) TAllocation(numBytes, memory, block->lastAllocation);
199 block->lastAllocation = reinterpret_cast<TAllocation*>(memory);
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/Include/
PoolAlloc.h 192 lastAllocation(0),
198 if (lastAllocation)
199 lastAllocation->checkAllocList();
204 TAllocation* lastAllocation;
221 new(memory) TAllocation(numBytes, memory, block->lastAllocation);
222 block->lastAllocation = reinterpret_cast<TAllocation*>(memory);
  /packages/apps/TV/libs/
exoplayer.jar 

Completed in 323 milliseconds