Function mmtk::memory_manager::start_control_collector[][src]

pub fn start_control_collector<VM: VMBinding>(
    mmtk: &MMTK<VM>,
    tls: OpaquePointer
)

Run the main loop for the GC controller thread. This method does not return.

Arguments:

  • mmtk: A reference to an MMTk instance.
  • tls: The thread that will be used as the GC controller.