xo-gc: + poly gc root method
This commit is contained in:
parent
c77a86dd5c
commit
e35a6ae587
8 changed files with 13 additions and 15 deletions
|
|
@ -222,7 +222,7 @@ namespace xo {
|
|||
bool install_type(const AGCObject & meta) noexcept;
|
||||
|
||||
/** add GC root at @p root_addr, with type @p typeseq **/
|
||||
void add_gc_root(typeseq tseq, Opaque * root_addr) noexcept;
|
||||
void add_gc_root_poly(obj<AGCObject> * p_root) noexcept;
|
||||
|
||||
/** Request immediate collection.
|
||||
* 1. if collection is enabled, immediately collect all generations
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue