xo-object2: utest: ++ allocation in collector utest
This commit is contained in:
parent
d5b6861b80
commit
c1ebe1febd
9 changed files with 73 additions and 22 deletions
|
|
@ -45,6 +45,7 @@ namespace xo {
|
|||
value_type sub_alloc(size_type z,
|
||||
bool complete_flag) noexcept { return O::iface()->sub_alloc(O::data(),
|
||||
z, complete_flag); }
|
||||
value_type alloc_copy(value_type src) noexcept { return O::iface()->alloc_copy(O::data(), src); }
|
||||
bool expand(size_type z) { return O::iface()->expand(O::data(), z); }
|
||||
|
||||
static bool _valid;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue