xo-alloc2: misc refactoring / debug logging
This commit is contained in:
parent
c9d37e13d1
commit
59ba178630
4 changed files with 45 additions and 15 deletions
|
|
@ -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_),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue