We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b05b8b6 commit fb9a1b3Copy full SHA for fb9a1b3
mmtk/src/scanning.rs
@@ -12,7 +12,7 @@ use mmtk::MutatorContext;
12
13
pub struct VMScanning {}
14
15
-pub(crate) const WORK_PACKET_CAPACITY: usize = mmtk::scheduler::gc_work::EDGES_WORK_BUFFER_SIZE;
+pub(crate) const WORK_PACKET_CAPACITY: usize = mmtk::scheduler::EDGES_WORK_BUFFER_SIZE;
16
17
extern "C" fn report_slots_and_renew_buffer<S: Slot, F: RootsWorkFactory<S>>(
18
ptr: *mut Address,
0 commit comments