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

/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_io.c312 if (gdata->heap_buffer_index) {
313 gdata->heap_write_count += (jlong)gdata->heap_buffer_index;
314 system_write(gdata->heap_fd, gdata->heap_buffer, gdata->heap_buffer_index,
316 gdata->heap_buffer_index = 0;
449 if (gdata->heap_buffer_index + len > gdata->heap_buffer_size) {
457 (void)memcpy(gdata->heap_buffer + gdata->heap_buffer_index, buf, len);
458 gdata->heap_buffer_index += len;
495 pos = gdata->heap_write_count + (jlong)gdata->heap_buffer_index;
505 pos = gdata->heap_write_count + (jlong)gdata->heap_buffer_index;
661 gdata->heap_buffer_index
[all...]
H A Dhprof.h332 int heap_buffer_index; member in struct:__anon533

Completed in 34 milliseconds