Table of Contents

Struct MemoryHelper.PaddedInt

Namespace
Jitter2.Unmanaged
Assembly
Jitter2.dll

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

Field Value

int