Home
last modified time | relevance | path

Searched defs:PartitionMemoryStats (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/
H A Dpartition_stats.h69 struct PartitionMemoryStats { struct
70 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 …]