xo-alloc xo-ordinaltree: GC option work in progress

This commit is contained in:
Roland Conybeare 2025-12-01 14:22:41 -05:00
commit b32b9151da
3 changed files with 4 additions and 4 deletions

View file

@ -64,7 +64,7 @@ namespace xo {
* 3. return the location of the copy make in step 1.
*
* @p src. source object to be forwarded
* @p gc. garbage collector
* @p gc. allocator (poassibly garbage collector)
*/
static IObject * _forward(IObject * src, gc::IAlloc * gc);