mspace_malloc

Function mspace_malloc 

Source
pub unsafe extern "C" fn mspace_malloc(
    msp: *mut c_void,
    bytes: usize,
) -> *mut c_void
Expand description

mspace_malloc behaves as malloc, but operates within the given space.