[][src]Function hermit::__sys_malloc

pub fn __sys_malloc(size: usize, align: usize) -> *mut u8

Interface to allocate memory from system heap

Errors

Returning a null pointer indicates that either memory is exhausted or size and align do not meet this allocator's size or alignment constraints.