Struct RootSMTBlock
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 RootSMTBlock
Fields
| Improve this Doc View SourceFirst
Pointer to the first block for this size
Declaration
public SMTBlock*First
Field Value
| Type | Description |
|---|---|
| SMTBlock* |
LargerSize
Next larger size root block
Declaration
public RootSMTBlock*LargerSize
Field Value
| Type | Description |
|---|---|
| RootSMTBlock* |
Size
Elements stored in the page have a size less or equal to this Does not include the prefix bytes
Declaration
public uint Size
Field Value
| Type | Description |
|---|---|
| System.UInt32 |