xo-interpreter2 stack: + RuntimeContext.visit_pools() method
This commit is contained in:
parent
19906d582e
commit
c99ac53c72
10 changed files with 65 additions and 3 deletions
19
src/procedure2/DSimpleRcx.cpp
Normal file
19
src/procedure2/DSimpleRcx.cpp
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
/** @file DSimpleRcx.cpp
|
||||
*
|
||||
* @author Roland Conybeare, Feb 2026
|
||||
**/
|
||||
|
||||
#include "DSimpleRcx.hpp"
|
||||
|
||||
namespace xo {
|
||||
namespace scm {
|
||||
|
||||
void
|
||||
DSimpleRcx::visit_pools(const MemorySizeVisitor & visitor) const
|
||||
{
|
||||
allocator_.visit_pools(visitor);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* end DSimpleRcx.cpp */
|
||||
Loading…
Add table
Add a link
Reference in a new issue