xo-alloc / xo-ordinaltree: work on dual-alloc-policy trees

This commit is contained in:
Roland Conybeare 2025-12-02 10:37:07 -05:00
commit c7816416c5
7 changed files with 65 additions and 19 deletions

View file

@ -24,7 +24,8 @@ namespace xo {
Object::mm = nullptr;
IObject *
Object::_forward(IObject * src, gc::IAlloc * gc)
Object::_forward(IObject * src,
gc::IAlloc * gc)
{
if (!src)
return src;