Object memory tools - Factor Documentation (original) (raw)
You can print object heap status information: room. ( -- )
heap-stats. ( -- )
heap-stats ( -- counts sizes )
data-room ( -- data-heap-room )
code-room ( -- mark-sweep-sizes )
A combinator to get objects from the heap:
You can check an object's the heap memory usage:
The garbage collector can be invoked manually:
See also
Images