Struct machinery_api::foundation::AllocatorStatisticsT [−][src]
#[repr(C)]pub struct AllocatorStatisticsT { pub system_allocation_count: u64, pub system_allocated_bytes: u64, pub vm_reserved: u64, pub vm_committed: u64, pub system_churn_allocation_count: u64, pub system_churn_allocated_bytes: u64, pub vm_churn_committed: u64, }
Fields
system_allocation_count: u64system_allocated_bytes: u64vm_reserved: u64vm_committed: u64system_churn_allocation_count: u64system_churn_allocated_bytes: u64vm_churn_committed: u64Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for AllocatorStatisticsT
impl Send for AllocatorStatisticsT
impl Sync for AllocatorStatisticsT
impl Unpin for AllocatorStatisticsT
impl UnwindSafe for AllocatorStatisticsT
Blanket Implementations
Mutably borrows from an owned value. Read more