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

/openjdk7/hotspot/src/share/vm/services/
H A DmemBaseline.hpp398 inline size_t total_reserved_amount() const { function in class:MemBaseline
H A DmemReporter.cpp46 amount_in_current_scale(baseline.total_malloc_amount() + baseline.total_reserved_amount()),
132 size_t total_reserved = cur.total_malloc_amount() + cur.total_reserved_amount();
137 diff_in_current_scale(total_reserved, (prev.total_malloc_amount() + prev.total_reserved_amount())),

Completed in 39 milliseconds