Struct lgalloc::LgAllocStats
source · pub struct LgAllocStats {
pub size_class: Vec<SizeClassStats>,
pub file_stats: Result<Vec<FileStats>, Error>,
}
Expand description
Statistics about lgalloc’s internal behavior.
Fields§
§size_class: Vec<SizeClassStats>
Per size-class statistics.
file_stats: Result<Vec<FileStats>, Error>
Per size-class and backing file statistics.
Trait Implementations§
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