Skip to main content

elly_alloc

Function elly_alloc 

Source
#[unsafe(no_mangle)]
pub extern "C" fn elly_alloc(len: usize) -> *mut u8
Expand description

Reserve len bytes of linear memory and hand ownership to the caller.