leaks. ( quot -- )
Factor handbook » Developer tools » Destructor tools

Prev:disposables. ( -- )


Vocabulary
tools.destructors

Inputs
quota quotation


Outputs
None

Word description
Runs a quotation, printing any increases in the number of disposable objects after the quotation returns. The debug-leaks? variable is also switched on while the quotation runs, recording the current continuation in every newly-created disposable object.

Definition