Home | History | Annotate | Download | only in src

Lines Matching refs:committed

58 static const char kCommittedLabel[] = "committed";
262 // Check if the page is committed.
370 // Reset committed sizes of buckets.
373 // Record committed sizes.
770 uint64 committed = 0;
773 committed = memory_residence_info_getter->CommittedSize(first_address,
776 committed_bytes_ += committed;
777 return committed;
991 // The total committed
992 // sometimes smaller than the sum of the committed mmap'ed addresses and
994 // in committed usage, zero in reserved virtual addresses
996 // A guess is that an uncommitted (but reserved) page may become committed
1051 // " virtual committed"
1081 size_t committed = deep_profile->memory_residence_info_getter_->CommittedSize(
1090 deep_bucket->committed_size += committed;
1092 deep_profile->stats_.profiled_malloc_.AddToCommittedBytes(committed);
1100 size_t committed = deep_profile->memory_residence_info_getter_->
1115 deep_bucket->committed_size += committed;
1120 profiled_mmap_.AddToCommittedBytes(committed);