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

/openjdk7/hotspot/src/share/vm/services/
H A DmemReporter.hpp89 int malloc_count_diff, int arena_diff,
253 int malloc_count_diff, int arena_diff,
H A DmemReporter.cpp467 int malloc_count_diff, int arena_diff, int arena_count_diff) {
483 int diff_reserved = (reserved_diff + malloc_diff + arena_diff);
496 int total_committed_diff = committed_diff + malloc_diff + arena_diff;
563 if (arena_diff != 0) {
564 _output->print(" %+d%s", arena_diff, unit);
462 diff_category_summary(MEMFLAGS type, size_t cur_reserved_amt, size_t cur_committed_amt, size_t cur_malloc_amt, size_t cur_malloc_count, size_t cur_arena_amt, size_t cur_arena_count, int reserved_diff, int committed_diff, int malloc_diff, int malloc_count_diff, int arena_diff, int arena_count_diff) argument

Completed in 41 milliseconds