Struct MemoryHelper.PaddedInt
Represents an integer value padded to one cache-line-sized array element.
public struct MemoryHelper.PaddedInt
- Inherited Members
Remarks
This type is intended for arrays of counters where adjacent Value fields should not share a cache line. For standalone fields, use MemoryHelper.IsolatedInt.
Fields
Value
public int Value