gc-event


Vocabulary
vm

Definition


STRUCT: gc-event
{ op uint initial: 0 } {
data-heap-before 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 }
}
} {
code-heap-before mark-sweep-sizes initial: S{
mark-sweep-sizes
{ size 0 }
{ occupied 0 }
{ total-free 0 }
{ contiguous-free 0 }
{ free-block-count 0 }
}
} {
data-heap-after 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 }
}
} {
code-heap-after mark-sweep-sizes initial: S{
mark-sweep-sizes
{ size 0 }
{ occupied 0 }
{ total-free 0 }
{ contiguous-free 0 }
{ free-block-count 0 }
}
} { cards-scanned cell_t initial: 0 }
{ decks-scanned cell_t initial: 0 }
{ code-blocks-scanned cell_t initial: 0 }
{ start-time ulonglong initial: 0 }
{ total-time cell_t initial: 0 } { times cell_t[6] }
{ temp-time ulonglong initial: 0 } ;


Methods