pub fn vm_layout() -> &'static VMLayout
Expand description
Get the current virtual memory layout in use.
If the binding would like to set a custom virtual memory layout (crate::mmtk::MMTKBuilder::set_vm_layout
), they should not
call this function before they set a custom layout.