Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/
DPoolAlloc.h61 memset(preGuard(), guardBlockBeginVal, guardBlockSize); in size()
68 checkGuardBlock(preGuard(), guardBlockBeginVal, "before"); in check()
98 const static unsigned char guardBlockBeginVal; variable
DPoolAlloc.cpp124 const unsigned char TAllocation::guardBlockBeginVal = 0xfb; member in TAllocation