xo-gc: + remove_gc_root_poly()
This commit is contained in:
parent
87af734814
commit
67bed95cc2
1 changed files with 4 additions and 1 deletions
|
|
@ -155,9 +155,12 @@ namespace xo {
|
|||
**/
|
||||
bool install_type(const AGCObject & meta) noexcept;
|
||||
|
||||
/** add GC root at @p root_addr, with type @p typeseq **/
|
||||
/** add GC root at @p *p_root **/
|
||||
void add_gc_root_poly(obj<AGCObject> * p_root) noexcept;
|
||||
|
||||
/** remove GC root at @p *p_root **/
|
||||
void remove_gc_root_poly(obj<AGCObject> * p_root) noexcept;
|
||||
|
||||
// ----- collection -----
|
||||
|
||||
/** Request immediate collection.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue