Home | History | Annotate | Download | only in src

Lines Matching defs:committed

55 static const char kCommittedLabel[] = "committed";
237 // Check if the page is committed.
342 // Reset committed sizes of buckets.
345 // Record committed sizes.
742 uint64 committed;
744 committed = memory_residence_info_getter->CommittedSize(first_address,
747 committed_bytes_ += committed;
748 return committed;
959 // The total committed memory usage in all_ (from /proc/<pid>/maps) is
960 // sometimes smaller than the sum of the committed mmap'ed addresses and
962 // in committed usage, zero in reserved virtual addresses
964 // A guess is that an uncommitted (but reserved) page may become committed
1019 // " virtual committed"
1049 size_t committed = deep_profile->memory_residence_info_getter_->CommittedSize(
1058 deep_bucket->committed_size += committed;
1060 deep_profile->stats_.profiled_malloc_.AddToCommittedBytes(committed);
1068 size_t committed = deep_profile->memory_residence_info_getter_->
1083 deep_bucket->committed_size += committed;
1088 profiled_mmap_.AddToCommittedBytes(committed);