Handbook
Glossary
free-block-count<< ( value object -- )
Vocabulary
accessors
Inputs
value
an
object
object
an
object
Outputs
None
Definition
IN:
accessors
GENERIC:
free-block-count<<
( value object -- )
Methods
USING:
accessors
classes.struct
classes.struct.private
math
vm
;
M:
mark-sweep-sizes
free-block-count<<
T{
struct-slot-spec
{
name
"free-block-count"
}
{
offset 32
}
{
class
integer
}
{
initial 0
}
{
type
cell_t
}
}
write-struct-slot
;
inline