instances ( quot -- seq )
Factor handbook » Developer tools » Object memory tools

Prev:code-room ( -- mark-sweep-sizes )
Next:size ( obj -- n )


Vocabulary
memory

Inputs
quota quotation with stack effect ( obj -- ? )


Outputs
seqa fresh sequence


Word description
Outputs a sequence of all objects in the heap which satisfy the quotation.

Definition