mmtk 0.32.0

MMTk is a framework for the design and implementation of high-performance and portable memory managers.
Documentation
1
2
3
4
5
6
7
8
9
10
/* Make the "show details" text on the third level smaller and keep the same indentation as the folded sub-list. */
#api-migration-detail-body details.api-migration-level3-detail > summary {
    padding-left: 2em;
    font-size: small;
}

/* Hide the "show details" when open, to keep the text less cluttered. */
#api-migration-detail-body details[open] > summary {
    display: none;
}