xo-alloc2 : work on X1Collector unit test [WIP]

This commit is contained in:
Roland Conybeare 2025-12-15 22:43:21 -05:00
commit 1fd5d544f2
14 changed files with 542 additions and 41 deletions

View file

@ -393,7 +393,7 @@ namespace xo {
void
IAllocator_DArena::clear(DArena & s)
{
s.free_ = s.lo_;
s.clear();
//s.checkpoint_ = s.lo_;
}