Home
last modified time | relevance | path

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

/external/chromium_org/third_party/angle/src/compiler/translator/
DPoolAlloc.cpp122 const size_t TAllocation::guardBlockSize = 16; member in TAllocation
124 const size_t TAllocation::guardBlockSize = 0; member in TAllocation
DPoolAlloc.h94 const static size_t guardBlockSize; variable