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

/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Ddebug_malloc.c92 * The macro LEFT_OVER_CHAR is what the trailing bytes of an allocation
95 * not clobbered. To remove this feature #undef LEFT_OVER_CHAR.
164 #define LEFT_OVER_CHAR 'Z' macro
379 #ifdef LEFT_OVER_CHAR
390 p[i] = LEFT_OVER_CHAR;
459 #ifdef LEFT_OVER_CHAR
471 if (p[i] != LEFT_OVER_CHAR) {

Completed in 105 milliseconds