pub fn malloc(size: usize) -> Address
The standard malloc. MMTk either uses its own allocator, or forward the call to a library malloc.