Type Alias MA_USED_MEM

Source
pub type MA_USED_MEM = st_ma_used_mem;

Aliased Type§

#[repr(C)]
pub struct MA_USED_MEM { pub next: *mut st_ma_used_mem, pub left: usize, pub size: usize, }

Fields§

§next: *mut st_ma_used_mem§left: usize§size: usize