#[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: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)