xo-alloc2: work on alloc iteration.

This commit is contained in:
Roland Conybeare 2025-12-18 11:22:36 -05:00
commit 3184b37460
18 changed files with 220 additions and 29 deletions

View file

@ -60,7 +60,7 @@ namespace xo {
}
AllocInfo
IAllocator_DArena::alloc_info(DArena & s, value_type mem) noexcept
IAllocator_DArena::alloc_info(const DArena & s, value_type mem) noexcept
{
return s.alloc_info(mem);
}