Home
last modified time | relevance | path

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

/external/chromium_org/third_party/angle/src/compiler/translator/
DPoolAlloc.h53 memset(preGuard(), guardBlockBeginVal, guardBlockSize); in size()
55 memset(postGuard(), guardBlockEndVal, guardBlockSize); in size()
69 return size + 2 * guardBlockSize + headerSize(); in allocationSize()
74 return m + guardBlockSize + headerSize(); in offsetAllocation()
82 unsigned char* data() const { return preGuard() + guardBlockSize; } in data()
94 const static size_t guardBlockSize; variable
DPoolAlloc.cpp123 const size_t TAllocation::guardBlockSize = 16; member in TAllocation
125 const size_t TAllocation::guardBlockSize = 0; member in TAllocation
134 for (size_t x = 0; x < guardBlockSize; x++) { in checkGuardBlock()