Home
last modified time | relevance | path

Searched defs:guardBlockSize (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/src/OpenGL/compiler/
DPoolAlloc.cpp129 const size_t TAllocation::guardBlockSize = 16; member in TAllocation
131 const size_t TAllocation::guardBlockSize = 0; member in TAllocation
DPoolAlloc.h102 const static size_t guardBlockSize; variable