Searched defs:PartitionMemoryStats (Results 1 – 1 of 1) sorted by relevance
179 struct PartitionMemoryStats { struct180 size_t total_mmapped_bytes; // Total bytes mmaped from the system.181 size_t total_committed_bytes; // Total size of commmitted pages.182 size_t total_resident_bytes; // Total bytes provisioned by the partition.183 size_t total_active_bytes; // Total active bytes in the partition.184 size_t total_decommittable_bytes; // Total bytes that could be decommitted.185 size_t total_discardable_bytes; // Total bytes that could be discarded.