Home
last modified time | relevance | path

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

/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
DPoolAlloc.h55 memset(postGuard(), guardBlockEndVal, guardBlockSize); in size()
61 checkGuardBlock(postGuard(), guardBlockEndVal, "after"); in check()
83 unsigned char* postGuard() const { return data() + size; } in postGuard() function