Searched defs:PartitionMemoryStats (Results 1 – 1 of 1) sorted by relevance
367 struct PartitionMemoryStats { struct368 size_t total_mmapped_bytes; // Total bytes mmaped from the system.369 size_t total_committed_bytes; // Total size of commmitted pages.370 size_t total_resident_bytes; // Total bytes provisioned by the partition.371 size_t total_active_bytes; // Total active bytes in the partition.372 size_t total_decommittable_bytes; // Total bytes that could be decommitted.373 size_t total_discardable_bytes; // Total bytes that could be discarded.