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
|
|
@ -318,7 +318,8 @@ namespace xo {
|
|||
* @param rhs. new target for @p *lhs
|
||||
**/
|
||||
virtual void assign_member(IObject * parent, IObject ** lhs, IObject* rhs) final override;
|
||||
|
||||
/** evacuate @p *lhs and replace with forwarding pointer **/
|
||||
virtual void forward_inplace(IObject ** lhs) final override;
|
||||
/** during GC check for source objects owned by GC.
|
||||
* See Object::_shallow_move.
|
||||
**/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue