code-heap-after>> ( object -- value )


Vocabulary
accessors

Inputs
objectan object


Outputs
valuean object


Definition


Methods

M: gc-event code-heap-after>>
T{ struct-slot-spec
{ name "code-heap-after" }
{ offset 272 }
{ class mark-sweep-sizes }
{ initial
S{ mark-sweep-sizes
{ size 0 }
{ occupied 0 }
{ total-free 0 }
{ contiguous-free 0 }
{ free-block-count 0 }
}
}
{ type mark-sweep-sizes }
} read-struct-slot ; inline