xo-alloc2: streamlining + bugfixes [wip]
This commit is contained in:
parent
37b1b9d312
commit
0c7d63bf01
10 changed files with 311 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