xo-gc: refactor: retire DX1Collector._forward_inplace_aux()

This commit is contained in:
Roland Conybeare 2026-04-03 16:52:56 -04:00
commit 9cd39aef7b
2 changed files with 4 additions and 2 deletions

View file

@ -388,12 +388,12 @@ namespace xo {
**/
void _forward_children_until_fixpoint(Generation upto,
const GCMoveCheckpoint & ckp);
#endif
/** Evacuate object at @p *lhs_data to to-space.
* Replace original with forwarding pointer to new location
**/
void _forward_inplace_aux(AGCObject * lhs_iface, void ** lhs_data, Generation upto);
#endif
/** Verify that pointer {@p iface, @p data} is valid:
* destination either in to-space, or somewhere outside this collector