Function mmtk::memory_manager::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.