alloc

Function alloc 

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

Allocate memory.

ยงSafety

See std::alloc::GlobalAlloc::alloc.