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

/openjdk7/hotspot/src/share/vm/services/
H A DmemReporter.hpp82 size_t arena_amt, size_t arena_count) = 0;
246 size_t arena_amt, size_t arena_count);
H A DmemReporter.cpp72 baseline.arena_count(type));
164 cur.arena_count(type),
170 diff(cur.arena_count(type), prev.arena_count(type)));
313 size_t malloc_count, size_t arena_amt, size_t arena_count) {
358 _output->print_cr("%27s (arena=%d%s, #%d)", " ", arena_amt, unit, arena_count);
311 category_summary(MEMFLAGS type, size_t reserved_amt, size_t committed_amt, size_t malloc_amt, size_t malloc_count, size_t arena_amt, size_t arena_count) argument
H A DmemBaseline.hpp371 inline size_t arena_count(MEMFLAGS flag) const { function in class:MemBaseline

Completed in 1637 milliseconds