Lines Matching defs:total_committed
133 size_t total_committed = cur.total_malloc_amount() + cur.total_committed_amount();
136 amount_in_current_scale(total_reserved), amount_in_current_scale(total_committed),
138 diff_in_current_scale(total_committed, (prev.total_committed_amount() + prev.total_malloc_amount())));
298 void BaselineTTYOutputer::total_usage(size_t total_reserved, size_t total_committed) {
301 total_reserved, unit, total_committed, unit);
324 size_t total_committed = (committed_amt + malloc_amt + arena_amt);
327 total_committed += _thread_stack_committed;
333 total_committed, unit);
455 size_t total_committed, int reserved_diff, int committed_diff) {
458 total_reserved, unit, reserved_diff, unit, total_committed, unit,
493 size_t total_committed = cur_committed_amt + cur_malloc_amt + cur_arena_amt;
494 _output->print(", committed=%d%s", total_committed, unit);