10 references to ContextAlignment
libmscordaccore_universal (10)
Entrypoints.cs (10)
82
if (((nuint)contextPtr & (
ContextAlignment
- 1)) == 0)
87
byte* alignedBuffer = (byte*)NativeMemory.AlignedAlloc((nuint)context.Length,
ContextAlignment
);
121
if (((nuint)bufferPtr & (
ContextAlignment
- 1)) == 0)
126
byte* alignedBuffer = (byte*)NativeMemory.AlignedAlloc((nuint)buffer.Length,
ContextAlignment
);
446
if (((nuint)contextPtr & (
ContextAlignment
- 1)) == 0)
451
byte* alignedBuffer = (byte*)NativeMemory.AlignedAlloc((nuint)context.Length,
ContextAlignment
);
519
if (((nuint)bufferPtr & (
ContextAlignment
- 1)) == 0)
524
byte* alignedBuffer = (byte*)NativeMemory.AlignedAlloc((nuint)bufferToFill.Length,
ContextAlignment
);
552
if (((nuint)contextPtr & (
ContextAlignment
- 1)) == 0)
557
byte* alignedBuffer = (byte*)NativeMemory.AlignedAlloc((nuint)context.Length,
ContextAlignment
);