hermit::syscalls

Function sys_malloc

Source
#[no_mangle]
pub extern "C" fn sys_malloc(size: usize, align: usize) -> *mut u8