xo-alloc2: misc refactoring / debug logging

This commit is contained in:
Roland Conybeare 2025-12-21 22:37:39 -05:00
commit 59ba178630
4 changed files with 45 additions and 15 deletions

View file

@ -91,7 +91,7 @@ namespace xo {
cmpresult
DArenaIterator::compare(const DArenaIterator & other_ix) const noexcept
{
scope log(XO_DEBUG(true),
scope log(XO_DEBUG(false),
xtag("arena", arena_),
xtag("pos", pos_),
xtag("other.arena", other_ix.arena_),