pub struct FrameAllocatorStats {
pub total_frames: u64,
pub free_frames: u64,
pub bitmap_allocations: u64,
pub buddy_allocations: u64,
pub allocation_time_ns: u64,
}Expand description
Statistics for frame allocator
Fields§
§total_frames: u64§free_frames: u64§bitmap_allocations: u64§buddy_allocations: u64§allocation_time_ns: u64