| Class | Description |
|---|---|
| ConcurrentZeroingContext |
This context concurrently zeroes a space when triggered.
|
| FreeListPageResource |
This class manages the allocation of pages for a space.
|
| HeapGrowthManager |
This class is responsible for growing and shrinking the
heap size by observing heap utilization and GC load.
|
| Map |
This class manages the mapping of spaces to virtual memory ranges.
|
| Mmapper |
This class implements mmapping and protection of virtual memory.
|
| MonotonePageResource |
This class manages the allocation of pages for a space.
|
| PageResource |
This class manages the allocation of pages for a space.
|
| SpaceDescriptor |
This class manages the encoding and decoding of space descriptors.
|
| VMRequest |
This class manages the encoding and decoding of virtual memory requests.
|