Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/
DPoolAlloc.h63 memset(postGuard(), guardBlockEndVal, guardBlockSize); in size()
69 checkGuardBlock(postGuard(), guardBlockEndVal, "after"); in check()
91 unsigned char* postGuard() const { return data() + size; } in postGuard() function