xo-gc: tidy: drop _ prefix to GCObjectStore._deep_move_root.

This commit is contained in:
Roland Conybeare 2026-04-03 17:49:00 -04:00
commit 723ea7e3df
3 changed files with 7 additions and 8 deletions

View file

@ -127,11 +127,10 @@ namespace xo {
* Require: runstate_.is_running()
**/
void * _deep_move_root(DX1Collector * gc,
obj<AGCObject> from_src,
Generation upto);
void * deep_move_root(DX1Collector * gc,
obj<AGCObject> from_src,
Generation upto);
public:
/** For each generation g in [0 ,.., upto)
* swap arenas assigned to {to-space, from-space}.
* Invoked once at the beginning of each gc cycle.