Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/
H A Dpartition_stats.h106 struct PartitionBucketMemoryStats { struct
107 bool is_valid; // Used to check if the stats is valid.
108 bool is_direct_map; // True if this is a direct mapping; size will not be
110 uint32_t bucket_slot_size; // The size of the slot in bytes.
111 uint32_t allocated_slot_span_size; // Total size the slot span allocated
113 uint32_t active_bytes; // Total active bytes used in the bucket.
114 uint32_t active_count; // Total active objects allocated in the bucket.
115 uint32_t resident_bytes; // Total bytes provisioned in the bucket.
116 uint32_t decommittable_bytes; // Total bytes that could be decommitted.
140 const PartitionBucketMemoryStats*) = 0; in PA_COMPONENT_EXPORT() argument