Function mmtk::memory_manager::process
source · pub fn process(builder: &mut MMTKBuilder, name: &str, value: &str) -> bool
Expand description
Process MMTk run-time options. Returns true if the option is processed successfully.
Arguments:
mmtk
: A reference to an MMTk instance.name
: The name of the option.value
: The value of the option (as a string).