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

/openjdk7/hotspot/src/share/vm/runtime/
H A Daprofiler.cpp114 int total_alloc_count = 0; local
131 total_alloc_count += alloc_count;
136 total_alloc_count,
137 average(total_alloc_size, total_alloc_count));

Completed in 68 milliseconds