Struct SMTPage
Page containing Size Map Table
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Cosmos.Core.Memory
Assembly: Cosmos.Core.dll
Syntax
public struct SMTPage
Fields
| Improve this Doc View SourceFirst
Pointer to the root of the smallest block stored on this page
Declaration
public RootSMTBlock*First
Field Value
Type | Description |
---|---|
RootSMTBlock* |
Next
Pointer to the next page
Declaration
public SMTPage*Next
Field Value
Type | Description |
---|---|
SMTPage* |