xo-alloc2: work on alloc_range + operator++ for alloc iterators [WIP]

This commit is contained in:
Roland Conybeare 2025-12-19 13:55:19 -05:00
commit 30615341e2
7 changed files with 123 additions and 26 deletions

View file

@ -170,7 +170,7 @@ namespace utest {
DArena scratch_mm = DArena::map(ArenaConfig{.name_ = "scratch",
.size_ = 4*1024,
.hugepage_z_ = 4*1024 });
auto range = mm.alloc_range(scratch_mm);
#ifdef NOT_YET // to verify iteration here, need iterator support in AAllocator