We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23c4a9a commit 26ec9f7Copy full SHA for 26ec9f7
1 file changed
gc/mmtk/src/weak_proc.rs
@@ -52,7 +52,11 @@ impl WeakProcessor {
52
///
53
/// Amortizes mutex acquisition over the entire batch. Called when a
54
/// mutator's local buffer is flushed (buffer full or stop-the-world).
55
- pub fn add_obj_free_candidates_batch(&self, objects: &[ObjectReference], can_parallel_free: bool) {
+ pub fn add_obj_free_candidates_batch(
56
+ &self,
57
+ objects: &[ObjectReference],
58
+ can_parallel_free: bool,
59
+ ) {
60
if objects.is_empty() {
61
return;
62
}
0 commit comments