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