Struct SMTBlock
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 SMTBlock
Fields
| Improve this Doc View SourceNextBlock
Pointer to the next block for this size
Declaration
public SMTBlock*NextBlock
Field Value
Type | Description |
---|---|
SMTBlock* |
PagePtr
Pointer to the actual page, where the elements are stored
Declaration
public byte *PagePtr
Field Value
Type | Description |
---|---|
System.Byte* |
SpacesLeft
How much space is left on the page, makes it easier to skip full pages
Declaration
public uint SpacesLeft
Field Value
Type | Description |
---|---|
System.UInt32 |