Handbook
Glossary
gc-root-count>> ( object -- value )
Vocabulary
accessors
Inputs
object
an
object
Outputs
value
an
object
Definition
IN:
accessors
GENERIC:
gc-root-count>>
( object -- value )
Methods
USING:
accessors
alien.c-types
classes.struct
classes.struct.private
math
vm
;
M:
gc-info
gc-root-count>>
T{
struct-slot-spec
{
name
"gc-root-count"
}
{
offset 0
}
{
class
fixnum
}
{
initial 0
}
{
read-only
t
}
{
type
uint
}
}
read-struct-slot
;
inline