/** @file DSimpleRcx.cpp * * @author Roland Conybeare, Feb 2026 **/ #include "DSimpleRcx.hpp" #include #include namespace xo { using xo::mm::ACollector; namespace scm { obj DSimpleRcx::collector() const noexcept { return allocator_.try_to_facet(); } void DSimpleRcx::visit_pools(const MemorySizeVisitor & visitor) const { allocator_.visit_pools(visitor); } } } /* end DSimpleRcx.cpp */