xo-gc stack: + gc-report-object-types() primitive

This commit is contained in:
Roland Conybeare 2026-03-29 17:19:23 -04:00
commit 28cd1523fa
4 changed files with 66 additions and 7 deletions

View file

@ -35,6 +35,8 @@ namespace xo {
operator long() const noexcept { return value_; }
void assign_value(long x) noexcept { this->value_ = x; }
// GCObject facet
std::size_t shallow_size() const noexcept;