xo-gc: refactor: retire DX1Collector._forward_inplace_aux()
This commit is contained in:
parent
041eae0c0e
commit
9cd39aef7b
2 changed files with 4 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue