xo-alloc2: + utest harness for catch2

accept additional commandline arguments
This commit is contained in:
Roland Conybeare 2026-05-19 08:27:10 -04:00
commit 5567b43c7d

View file

@ -538,9 +538,9 @@ namespace xo {
if (lo_ + target_z > hi_) [[unlikely]] {
this->capture_error(error::reserve_exhausted, src_fn, target_z);
fprintf(stderr, "DArena::expand: reserve exhausted");
print_backtrace_dwarf(true /*demangle_flag*/);
std::terminate();
//fprintf(stderr, "DArena::expand: reserve exhausted");
//print_backtrace_dwarf(true /*demangle_flag*/);
//std::terminate();
return false;
}