3 references to RhAllocateNewArray
System.Private.CoreLib (3)
src\runtime\src\coreclr\nativeaot\Runtime.Base\src\System\Runtime\RuntimeExports.cs (1)
91
RuntimeImports.
RhAllocateNewArray
(pEEType, (uint)length, (uint)GC_ALLOC_FLAGS.GC_ALLOC_NO_FLAGS, &array);
System\GC.NativeAot.cs (2)
842
RuntimeImports.
RhAllocateNewArray
(MethodTable.Of<T[]>(), (uint)length, (uint)flags, &array);
869
RuntimeImports.
RhAllocateNewArray
(MethodTable.Of<T[]>(), (uint)length, (uint)flags, &array);