get_malloc_bytes

Function get_malloc_bytes 

Source
pub fn get_malloc_bytes<VM: VMBinding>(mmtk: &MMTK<VM>) -> usize
Expand description

Get the current active malloc’d bytes. Here MMTk only accounts for bytes that are done through those ‘counted malloc’ functions.