Home
last modified time | relevance | path

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

/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
DPoolAlloc.cpp152 void TAllocation::checkGuardBlock(unsigned char* blockMem, unsigned char val, const char* locText) … in checkGuardBlock() argument
155 if (blockMem[x] != val) { in checkGuardBlock()
DPoolAlloc.h78 void checkGuardBlock(unsigned char* blockMem, unsigned char val, const char* locText) const;