10 references to ContextAlignment
libmscordaccore_universal (10)
Entrypoints.cs (10)
69
if (((nuint)contextPtr & (
ContextAlignment
- 1)) == 0)
74
byte* alignedBuffer = (byte*)NativeMemory.AlignedAlloc((nuint)context.Length,
ContextAlignment
);
108
if (((nuint)bufferPtr & (
ContextAlignment
- 1)) == 0)
113
byte* alignedBuffer = (byte*)NativeMemory.AlignedAlloc((nuint)buffer.Length,
ContextAlignment
);
438
if (((nuint)contextPtr & (
ContextAlignment
- 1)) == 0)
443
byte* alignedBuffer = (byte*)NativeMemory.AlignedAlloc((nuint)context.Length,
ContextAlignment
);
510
if (((nuint)bufferPtr & (
ContextAlignment
- 1)) == 0)
515
byte* alignedBuffer = (byte*)NativeMemory.AlignedAlloc((nuint)bufferToFill.Length,
ContextAlignment
);
543
if (((nuint)contextPtr & (
ContextAlignment
- 1)) == 0)
548
byte* alignedBuffer = (byte*)NativeMemory.AlignedAlloc((nuint)context.Length,
ContextAlignment
);