malloc

Function malloc 

Source
pub fn malloc(size: usize) -> Address
Expand description

The standard malloc. MMTk either uses its own allocator, or forward the call to a library malloc.