Enum RAT.PageType
PageType enum. Used to define the type of the page.
Namespace: Cosmos.Core.Memory
Assembly: Cosmos.Core.dll
Syntax
public enum PageType : byte
Fields
| Name | Description |
|---|---|
| Empty | Empty page. Can also indicate invalid page. |
| Extension | Extension of pre-existing page. |
| GCManaged | Indicates that the page contains objects managed by the GC |
| HeapLarge | Large heap page. |
| HeapMedium | Medium heap page. |
| HeapSmall | Small heap page. |
| RAT | RAT type page. |
| SMT | Page which is part of the SMT |