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

/openjdk7/hotspot/src/share/vm/services/
H A DmemBaseline.hpp402 inline size_t total_committed_amount() const { function in class:MemBaseline
H A DmemReporter.cpp47 amount_in_current_scale(baseline.total_malloc_amount() + baseline.total_committed_amount()));
133 size_t total_committed = cur.total_malloc_amount() + cur.total_committed_amount();
138 diff_in_current_scale(total_committed, (prev.total_committed_amount() + prev.total_malloc_amount())));

Completed in 89 milliseconds