Function mmtk::util::malloc::malloc_ms_util::offset_malloc_usable_size
source · pub fn offset_malloc_usable_size(address: Address) -> usize
Expand description
Get the malloc usable size for an address that is returned by crate::util::malloc::malloc_ms_util::align_offset_alloc
.