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

/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Ddebug_malloc.c382 register int trailing_extra_bytes; local
384 trailing_extra_bytes = (int) (round_up_(nbytes) - nbytes);
385 if ( trailing_extra_bytes > 0 ) {
389 for (i = 0; i < trailing_extra_bytes; i++)
462 register int trailing_extra_bytes; local
466 trailing_extra_bytes = (int) (round_up_(nbytes) - nbytes);
469 for (i = 0; i < trailing_extra_bytes; i++) {

Completed in 584 milliseconds