xo-gc: + remove_gc_root_poly()

This commit is contained in:
Roland Conybeare 2026-03-12 20:30:45 -05:00
commit 67bed95cc2

View file

@ -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.