3 references to AllocMemArgs
ILCompiler.RyuJit (3)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl_generated.cs (2)
370
public delegate* unmanaged<IntPtr, IntPtr*,
AllocMemArgs
*, void> allocMem;
2799
private static void _allocMem(IntPtr thisHandle, IntPtr* ppException,
AllocMemArgs
* pArgs)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
4107
private void allocMem(ref
AllocMemArgs
args)