Searched defs:PartitionMemoryStats (Results 1 – 1 of 1) sorted by relevance
69 struct PartitionMemoryStats { struct70 size_t total_mmapped_bytes; // Total bytes mmap()-ed from the system.71 size_t total_committed_bytes; // Total size of committed pages.72 size_t max_committed_bytes; // Max size of committed pages.73 size_t total_allocated_bytes; // Total size of allcoations.74 size_t max_allocated_bytes; // Max size of allocations.75 size_t total_resident_bytes; // Total bytes provisioned by the partition.76 size_t total_active_bytes; // Total active bytes in the partition.77 size_t total_active_count; // Total count of active objects in the partition.78 size_t total_decommittable_bytes; // Total bytes that could be decommitted.[all …]