Searched refs:committed_bytes (Results 1 – 5 of 5) sorted by relevance
103 ASSERT(stats_.unmapped_bytes+ stats_.committed_bytes==stats_.system_bytes); in New()167 stats_.committed_bytes += span->length << kPageShift; in CommitSpan()173 stats_.committed_bytes -= span->length << kPageShift; in DecommitSpan()213 ASSERT(stats_.unmapped_bytes+ stats_.committed_bytes==stats_.system_bytes); in Carve()230 ASSERT(stats_.unmapped_bytes+ stats_.committed_bytes==stats_.system_bytes); in Delete()271 stats_.committed_bytes += prev->length << kPageShift; in MergeIntoFreeList()287 stats_.committed_bytes += next->length << kPageShift; in MergeIntoFreeList()485 stats_.committed_bytes += (ask << kPageShift); in GrowHeap()507 ASSERT(stats_.unmapped_bytes+ stats_.committed_bytes==stats_.system_bytes); in GrowHeap()
1017 size_t absent_committed = profiled_mmap_.committed_bytes() + in SnapshotMaps()1018 unhooked_total.committed_bytes() - in SnapshotMaps()1019 all_total.committed_bytes(); in SnapshotMaps()1041 buffer->AppendUnsignedLong(all_total.committed_bytes(), 0); in Unparse()1043 buffer->AppendChar(all_total.committed_bytes() == in Unparse()1044 profiled_mmap_.committed_bytes() + in Unparse()1045 unhooked_total.committed_bytes() ? '=' : '!'); in Unparse()1047 buffer->AppendUnsignedLong(profiled_mmap_.committed_bytes(), 0); in Unparse()1049 buffer->AppendUnsignedLong(unhooked_total.committed_bytes(), 0); in Unparse()
157 uint64_t committed_bytes; // Bytes committed, always <= system_bytes_. member
397 (stats.pageheap.committed_bytes - bytes_in_use_by_app) / MiB, in DumpStats()398 stats.pageheap.committed_bytes / MiB, in DumpStats()399 stats.pageheap.committed_bytes / static_cast<double>(bytes_in_use_by_app) in DumpStats()434 stats.pageheap.committed_bytes, stats.pageheap.committed_bytes / MiB, in DumpStats()
319 size_t committed_bytes() const { return committed_bytes_; } in committed_bytes() function