Handbook
Glossary
data-room ( -- data-heap-room )
Factor handbook
»
Developer tools
»
Object memory tools
Prev:
heap-stats ( -- counts sizes )
Next:
code-room ( -- mark-sweep-sizes )
Vocabulary
tools
.
memory
Inputs
None
Outputs
data-heap-room
a
data-heap-room
Word description
Queries the VM for memory usage in the data heap.
See also
code-room
,
room.
Definition
USING:
classes.struct
tools.memory.private
vm
;
IN:
tools.memory
:
data-room
( -- data-heap-room )
(data-room)
data-heap-room
memory>struct
;