Struct libc::mallinfo2
#[repr(C)]
pub struct mallinfo2 {
pub arena: ::size_t,
pub ordblks: ::size_t,
pub smblks: ::size_t,
pub hblks: ::size_t,
pub hblkhd: ::size_t,
pub usmblks: ::size_t,
pub fsmblks: ::size_t,
pub uordblks: ::size_t,
pub fordblks: ::size_t,
pub keepcost: ::size_t,
}
Fields
pub arena: ::size_t
pub ordblks: ::size_t
pub smblks: ::size_t
pub hblks: ::size_t
pub hblkhd: ::size_t
pub usmblks: ::size_t
pub fsmblks: ::size_t
pub uordblks: ::size_t
pub fordblks: ::size_t
pub keepcost: ::size_t
Trait Implementations
impl Debug for mallinfo2
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Result
impl Hash for mallinfo2
fn hash<__H: $crate::hash::Hasher>(&Self, state: &mut __H) -> ()
impl StructuralEq for mallinfo2
impl StructuralPartialEq for mallinfo2
Auto Trait Implementations
impl RefUnwindSafe for mallinfo2
impl UnwindSafe for mallinfo2
Blanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T