xo-alloc2: work on alloc_range + operator++ for alloc iterators [WIP]
This commit is contained in:
parent
d09c18eb19
commit
5c7a2e1ad5
9 changed files with 165 additions and 48 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue