Structs§
- A special space for VM/Runtime managed memory. The implementation is similar to
crate::policy::immortalspace::ImmortalSpace
, except that VM space does not allocate. Instead, the runtime can add regions that are externally managed and mmapped to the space, and allow objects in those regions to be traced in the same way as other MMTk objects allocated by MMTk.