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
.
pub fn offset_malloc_usable_size(address: Address) -> usize
Get the malloc usable size for an address that is returned by crate::util::malloc::malloc_ms_util::align_offset_alloc
.