Skip to content

Commit

Permalink
Update src/policy/space.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Ben Gamari <[email protected]>
  • Loading branch information
qinsoon and bgamari authored Nov 6, 2024
1 parent 1749c50 commit 03515ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/policy/space.rs
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ pub trait Space<VM: VMBinding>: 'static + SFT + Sync + Downcast {
.on_pending_allocation(pages_reserved);
VM::VMCollection::block_for_gc(VMMutatorThread(tls)); // We have checked that this is mutator

// Return zero -- the caller will handle re-allocation
// Return zero -- the caller will handle re-attempting allocation
Address::ZERO
} else {
debug!("Collection not required");
Expand Down

0 comments on commit 03515ce

Please sign in to comment.