HomeSort by relevance Sort by last modified time
    Searched refs:guardBlockBeginVal (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
PoolAlloc.h 53 memset(preGuard(), guardBlockBeginVal, guardBlockSize);
60 checkGuardBlock(preGuard(), guardBlockBeginVal, "before");
90 const static unsigned char guardBlockBeginVal;
PoolAlloc.cpp 139 const unsigned char TAllocation::guardBlockBeginVal = 0xfb;

Completed in 33 milliseconds