10 references to AlignedFree
libmscordaccore_universal (5)
Entrypoints.cs (5)
95
NativeMemory.
AlignedFree
(alignedBuffer);
139
NativeMemory.
AlignedFree
(alignedBuffer);
459
NativeMemory.
AlignedFree
(alignedBuffer);
541
NativeMemory.
AlignedFree
(alignedBuffer);
565
NativeMemory.
AlignedFree
(alignedBuffer);
Microsoft.Diagnostics.DataContractReader.Legacy (1)
Dbi\DacDbiImpl.cs (1)
1858
NativeMemory.
AlignedFree
(pLocal);
System.Private.CoreLib (4)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\ComWrappers.cs (1)
533
NativeMemory.
AlignedFree
(_wrapper);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NativeMemory.Unix.cs (2)
22
/// <para>This method is not compatible with <see cref="Free" /> or <see cref="Realloc" />, instead <see cref="
AlignedFree
" /> or <see cref="AlignedRealloc" /> should be called.</para>
83
/// <para>This method is not compatible with <see cref="Free" /> or <see cref="Realloc" />, instead <see cref="
AlignedFree
" /> or <see cref="AlignedRealloc" /> should be called.</para>
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\LowLevelThreadBlocker.cs (1)
64
NativeMemory.
AlignedFree
(_pState);