xo-alloc2: streamlining + bugfixes [wip]
This commit is contained in:
parent
8d0af9a0e3
commit
6cf535eaef
11 changed files with 312 additions and 10 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue