Handbook
Glossary
heap-stats. ( -- )
Factor handbook
»
Developer tools
»
Object memory tools
Prev:
room. ( -- )
Next:
heap-stats ( -- counts sizes )
Vocabulary
tools
.
memory
Word description
For each class, prints the number of instances and total memory consumed by those instances.
See also
heap-stats
Definition
USING:
memory
;
IN:
tools.memory
:
heap-stats.
( -- )
all-instances
heap-stats-of.
;