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-rooma data-heap-room


Word description
Queries the VM for memory usage in the data heap.

See also
code-room, room.

Definition