From 67bed95cc2fdb2fee8107cd97036f6cd61c8bb94 Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Thu, 12 Mar 2026 20:30:45 -0500 Subject: [PATCH] xo-gc: + remove_gc_root_poly() --- include/xo/gc/DX1Collector.hpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/include/xo/gc/DX1Collector.hpp b/include/xo/gc/DX1Collector.hpp index 2ef7148..539c77e 100644 --- a/include/xo/gc/DX1Collector.hpp +++ b/include/xo/gc/DX1Collector.hpp @@ -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 * p_root) noexcept; + /** remove GC root at @p *p_root **/ + void remove_gc_root_poly(obj * p_root) noexcept; + // ----- collection ----- /** Request immediate collection.