xo-gc: refactor to extract DX1Collector etc from xo-alloc2/

This commit is contained in:
Roland Conybeare 2025-12-22 22:24:10 -05:00
commit 093cf3c969
56 changed files with 452 additions and 83 deletions

View file

@ -6,8 +6,8 @@
#pragma once
#include "xo/alloc2/alloc/AAllocator.hpp"
#include <xo/alloc2/gcobject/AGCObject.hpp>
#include <xo/alloc2/gcobject/IGCObject_Xfer.hpp>
#include <xo/gc/gcobject/AGCObject.hpp>
#include <xo/gc/gcobject/IGCObject_Xfer.hpp>
#include "DInteger.hpp"
namespace xo {