Struct MemoryPool<T>.ReportInfo
A lightweight MemoryPool<T> state report container.
public readonly struct MemoryPool<T>.ReportInfo
- Inherited Members
- Extension Methods
Properties
ActiveSegments
Number of active pool segments.
public int ActiveSegments { get; }
Property Value
AllocatedSegments
Total number of allocated pool segments.
public int AllocatedSegments { get; }
Property Value
FragmentedNodes
Collection of currently allocated fragmented nodes.
public MemoryPool<T>.ReportInfo.FragmentedNodeCollection FragmentedNodes { get; }
Property Value
Nodes
Collection of currently allocated nodes.
public MemoryPool<T>.ReportInfo.NodeCollection Nodes { get; }