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

/openjdk7/hotspot/src/share/vm/services/
H A DmemReporter.hpp50 size_t total_committed) = 0;
58 size_t total_committed,
197 size_t total_committed);
213 size_t total_committed,
H A DmemReporter.cpp133 size_t total_committed = cur.total_malloc_amount() + cur.total_committed_amount(); local
136 amount_in_current_scale(total_reserved), amount_in_current_scale(total_committed),
138 diff_in_current_scale(total_committed, (prev.total_committed_amount() + prev.total_malloc_amount())));
298 void BaselineTTYOutputer::total_usage(size_t total_reserved, size_t total_committed) { argument
301 total_reserved, unit, total_committed, unit);
324 size_t total_committed = (committed_amt + malloc_amt + arena_amt); local
327 total_committed += _thread_stack_committed;
333 total_committed, unit);
455 size_t total_committed, int reserved_diff, int committed_diff) {
458 total_reserved, unit, reserved_diff, unit, total_committed, uni
454 diff_total_usage(size_t total_reserved, size_t total_committed, int reserved_diff, int committed_diff) argument
493 size_t total_committed = cur_committed_amt + cur_malloc_amt + cur_arena_amt; local
[all...]
H A Dmanagement.cpp842 size_t total_committed = 0; variable
852 total_committed += u.committed();
880 total_committed,

Completed in 653 milliseconds