Searched defs:malloc_diff (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/services/
H A DmemReporter.cpp466 int reserved_diff, int committed_diff, int malloc_diff,
483 int diff_reserved = (reserved_diff + malloc_diff + arena_diff);
496 int total_committed_diff = committed_diff + malloc_diff + arena_diff;
534 if (malloc_diff != 0) {
535 _output->print(" %+d%s", malloc_diff, unit);
579 int malloc_diff, int malloc_count_diff) {
580 if (malloc_diff != 0) {
596 if (malloc_diff != 0) {
597 _output->print(" %+d%s", malloc_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
577 diff_malloc_callsite(address pc, size_t cur_malloc_amt, size_t cur_malloc_count, int malloc_diff, int malloc_count_diff) argument

Completed in 249 milliseconds