Module mmtk::util::memory[][src]

Functions

check_is_mmapped
dzmmap

Demand-zero mmap: This function guarantees to zero all mapped memory.

dzmmap_noreplace

Demand-zero mmap: This function guarantees to zero all mapped memory. FIXME - this function should replace dzmmap. Currently, the replacement causes some of the concurrent tests to fail

mmap_noreserve

mmap with no swap space reserve: This function only maps the address range, but doesn’t occupy any physical memory.

mprotect
munprotect
result_is_mapped
try_munmap
zero