Struct lgalloc::LgAllocStats
source · pub struct LgAllocStats {
pub size_class: Vec<SizeClassStats>,
pub file_stats: Vec<FileStats>,
}
Expand description
Statistics about lgalloc’s internal behavior.
Fields§
§size_class: Vec<SizeClassStats>
Per size-class statistics.
file_stats: Vec<FileStats>
Per size-class and backing file statistics.
Trait Implementations§
source§impl Debug for LgAllocStats
impl Debug for LgAllocStats
source§impl Default for LgAllocStats
impl Default for LgAllocStats
source§fn default() -> LgAllocStats
fn default() -> LgAllocStats
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for LgAllocStats
impl RefUnwindSafe for LgAllocStats
impl Send for LgAllocStats
impl Sync for LgAllocStats
impl Unpin for LgAllocStats
impl UnwindSafe for LgAllocStats
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more