data-room<< ( value object -- )


Vocabulary
accessors

Inputs
valuean object
objectan object


Outputs
None

Definition

GENERIC: data-room<< ( value object -- )


Methods

M: benchmark-data data-room<<
T{ struct-slot-spec
{ name "data-room" }
{ offset 8 }
{ class data-heap-room }
{ initial
S{ data-heap-room
{ nursery
S{ copying-sizes
{ size 0 }
{ occupied 0 }
{ free 0 }
}
}
{ aging
S{ copying-sizes
{ size 0 }
{ occupied 0 }
{ free 0 }
}
}
{ tenured
S{ mark-sweep-sizes
{ size 0 }
{ occupied 0 }
{ total-free 0 }
{ contiguous-free 0 }
{ free-block-count 0 }
}
}
{ cards 0 }
{ decks 0 }
{ mark-stack 0 }
}
}
{ type data-heap-room }
} write-struct-slot ; inline