xo-gc: copy/move step for collection phase

This commit is contained in:
Roland Conybeare 2026-01-04 00:34:19 -05:00
commit ed0ca0a16b
3 changed files with 19 additions and 3 deletions

View file

@ -40,8 +40,6 @@ namespace xo {
*/
std::size_t dz = (align - (z % align)) % align;
z += dz;
return dz;
}