mmtk::memory_manager

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.