Searched refs:ByteGuard (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/debug/
H A Ddebug_mem.c37 static const byte_t ByteGuard = '\xFD'; variable
127 if (area[nbyte] != ByteGuard) {
239 memset(header->guard, ByteGuard, MAX_GUARD_BYTES);
242 memset(tail->guard, ByteGuard, MAX_GUARD_BYTES);

Completed in 29 milliseconds