Home
last modified time | relevance | path

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

/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
DPoolAlloc.cpp144 const size_t TAllocation::guardBlockSize = 16; member in TAllocation
146 const size_t TAllocation::guardBlockSize = 0; member in TAllocation
DPoolAlloc.h94 const static size_t guardBlockSize; variable