#[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§
§arena: size_t
§ordblks: size_t
§smblks: size_t
§hblks: size_t
§hblkhd: size_t
§usmblks: size_t
§fsmblks: size_t
§uordblks: size_t
§fordblks: size_t
§keepcost: size_t
Trait Implementations§
Auto Trait Implementations§
impl Freeze for mallinfo2
impl RefUnwindSafe for mallinfo2
impl Send for mallinfo2
impl Sync for mallinfo2
impl Unpin for mallinfo2
impl UnwindSafe for mallinfo2
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 80 bytes