Home
last modified time | relevance | path

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

/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
DPoolAlloc.h53 memset(preGuard(), guardBlockBeginVal, guardBlockSize); in size()
60 checkGuardBlock(preGuard(), guardBlockBeginVal, "before"); in check()
90 const static unsigned char guardBlockBeginVal; variable
DPoolAlloc.cpp139 const unsigned char TAllocation::guardBlockBeginVal = 0xfb; member in TAllocation