Skip to main content

muon_alloc

Function muon_alloc 

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

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