xo-alloc2: DX1CollectorIterator infra [WIP]

This commit is contained in:
Roland Conybeare 2025-12-17 20:16:46 -05:00
commit 4fb50592ac
32 changed files with 1049 additions and 185 deletions

View file

@ -162,6 +162,19 @@ namespace utest {
info.guard_hi().second == nullptr);
}
#ifdef NOT_YET // to verify iteration here, need iterator support in AAllocator
/* verify iteration visits all the allocs, exactly once */
{
auto alloc_map = allocs_by_lo_map;
for (AllocInfo info : mm) {
}
}
#endif
}
return true;