xo-alloc2: ICollector_Xfer + ICollector_DX1Collector [WIP]

This commit is contained in:
Roland Conybeare 2025-12-14 18:30:46 -05:00
commit 257fc258ae
10 changed files with 167 additions and 7 deletions

View file

@ -64,6 +64,8 @@ namespace xo {
///@}
size_type allocated() const { return free_ - lo_; }
/** obtain uncommitted contiguous memory range comprising
* a whole multiple of @p hugepage_z bytes, of at least size @p req_z,
* aligned on a @p hugepage_z boundary

View file

@ -8,9 +8,7 @@
#include "arena/DArena.hpp"
namespace xo {
namespace mm {
struct IAllocator_DArena;
}
namespace mm { struct IAllocator_DArena; }
namespace facet {
template <>