Handbook
Glossary
<gc-stats> ( -- stats )
Vocabulary
tools
.
memory
.
private
Inputs
None
Outputs
stats
an
object
Definition
USING:
accessors
kernel
;
IN:
tools.memory.private
:
<gc-stats>
( -- stats )
gc-stats
new
0
>>collections
V{
}
clone
>>times
;
inline