xo-alloc2: work on alloc iteration.
This commit is contained in:
parent
85204e9847
commit
d8ed0d6235
17 changed files with 216 additions and 29 deletions
|
|
@ -60,7 +60,7 @@ namespace xo {
|
|||
}
|
||||
|
||||
AllocInfo
|
||||
IAllocator_DArena::alloc_info(DArena & s, value_type mem) noexcept
|
||||
IAllocator_DArena::alloc_info(const DArena & s, value_type mem) noexcept
|
||||
{
|
||||
return s.alloc_info(mem);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue