xo-alloc2: + utest harness for catch2
accept additional commandline arguments
This commit is contained in:
parent
eee261d573
commit
5567b43c7d
1 changed files with 3 additions and 3 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue