xo-alloc2: streamlining + bugfixes [wip]

This commit is contained in:
Roland Conybeare 2025-12-12 19:44:38 -05:00
commit 0c7d63bf01
10 changed files with 311 additions and 10 deletions

View file

@ -166,6 +166,9 @@ namespace xo {
last_error_{}
{
//retval.checkpoint_ = lo_;
/** make sure guard size is aligned **/
config_.guard_z_ = padding::with_padding(config_.guard_z_);
}
DArena::DArena(DArena && other) {