xo-alloc / xo-ordinaltree: work on dual-alloc-policy trees
This commit is contained in:
parent
b03f0be2f2
commit
c7816416c5
7 changed files with 65 additions and 19 deletions
|
|
@ -568,6 +568,12 @@ namespace xo {
|
|||
}
|
||||
}
|
||||
|
||||
void
|
||||
GC::forward_inplace(IObject ** lhs)
|
||||
{
|
||||
Object::_forward_inplace(lhs, this);
|
||||
}
|
||||
|
||||
bool
|
||||
GC::check_owned(IObject * src) const
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue