Searched defs:total_alloced_bytes (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof.h293 jlong total_alloced_bytes; member in struct:__anon533
H A Dhprof_io.c812 jlong total_alloced_bytes, jlong total_alloced_instances,
821 write_u8(total_alloced_bytes);
1095 jlong total_alloced_bytes, jlong total_alloced_instances)
1101 write_u8(total_alloced_bytes);
810 io_write_sites_header(const char * comment_str, jint flags, double cutoff, jint total_live_bytes, jint total_live_instances, jlong total_alloced_bytes, jlong total_alloced_instances, jint count) argument
1094 io_write_heap_summary(jlong total_live_bytes, jlong total_live_instances, jlong total_alloced_bytes, jlong total_alloced_instances) argument

Completed in 37 milliseconds