xo-object2: utest: ++ allocation in collector utest
This commit is contained in:
parent
6bd33bd900
commit
3f1470f938
18 changed files with 196 additions and 26 deletions
|
|
@ -133,12 +133,11 @@ namespace xo {
|
|||
return s.sub_alloc(req_z, complete_flag);
|
||||
}
|
||||
|
||||
byte *
|
||||
IAllocator_DArena::_alloc(DArena & s,
|
||||
std::size_t req_z,
|
||||
DArena::alloc_mode mode)
|
||||
std::byte *
|
||||
IAllocator_DArena::alloc_copy(DArena &s,
|
||||
value_type src)
|
||||
{
|
||||
return s._alloc(req_z, mode);
|
||||
return s.alloc_copy(src);
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue