Table of Contents

Struct MemoryHelper.IsolatedInt

Namespace
Jitter2.Unmanaged
Assembly
Jitter2.dll

Represents an integer value isolated in memory to prevent false sharing between multiple threads operating on adjacent data.

public struct MemoryHelper.IsolatedInt
Inherited Members

Remarks

The struct is padded to 132 bytes (64-byte padding on each side of the value) to ensure the Value field resides on its own cache line.

Fields

Value

public int Value

Field Value

int