xo-interpreter2 stack: cleanup memory reporting

This commit is contained in:
Roland Conybeare 2026-02-03 11:55:50 -05:00
commit 0e6afabaa3
11 changed files with 66 additions and 17 deletions

View file

@ -29,6 +29,7 @@ namespace xo {
using xo::scm::DFloat;
using xo::mm::AGCObject;
using xo::mm::MemorySizeInfo;
using xo::facet::FacetRegistry;
using span_type = xo::scm::VirtualSchematikaMachine::span_type;
using Catch::Matchers::WithinAbs;
@ -84,6 +85,7 @@ namespace xo {
xtag("resv", info.reserved_));
};
FacetRegistry::instance().visit_pools(visitor);
vsm.visit_pools(visitor);
}