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
);
451
if (((nuint)contextPtr & (
ContextAlignment
- 1)) == 0)
456
byte* alignedBuffer = (byte*)NativeMemory.AlignedAlloc((nuint)context.Length,
ContextAlignment
);
523
if (((nuint)bufferPtr & (
ContextAlignment
- 1)) == 0)
528
byte* alignedBuffer = (byte*)NativeMemory.AlignedAlloc((nuint)bufferToFill.Length,
ContextAlignment
);
556
if (((nuint)contextPtr & (
ContextAlignment
- 1)) == 0)
561
byte* alignedBuffer = (byte*)NativeMemory.AlignedAlloc((nuint)context.Length,
ContextAlignment
);