xo-alloc2: utest: cleanup stray error messages

This commit is contained in:
Roland Conybeare 2025-12-21 22:55:19 -05:00
commit 9597a55600
4 changed files with 11 additions and 8 deletions

View file

@ -66,6 +66,7 @@ namespace utest {
bool ok_flag = true;
std::byte * mem = mm.alloc(z);
log && log(xtag("i_alloc", i_alloc),
xtag("si", si),
xtag("zi", zi),
@ -186,7 +187,7 @@ namespace utest {
*/
auto alloc_map = allocs_by_lo_map;
if (log || true) {
if (log) {
log(xtag("allocs_by_lo_map.size", allocs_by_lo_map.size()));
for (auto & kv : allocs_by_lo_map) {