Searched defs:arena_count_diff (Results 1 - 1 of 1) sorted by relevance
/openjdk7/hotspot/src/share/vm/services/ |
H A D | memReporter.cpp | 467 int malloc_count_diff, int arena_diff, int arena_count_diff) { 567 if (arena_count_diff != 0) { 568 _output->print(" %+d", arena_count_diff); 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 42 milliseconds