Function mmtk::memory_manager::free
source · pub fn free(addr: Address)
Expand description
The standard free.
The addr
in the arguments must be an address that is earlier returned from MMTk’s malloc()
, calloc()
or realloc()
.