8 references to GC_ALLOC_FLAGS
System.Private.CoreLib (8)
parent\parent\Runtime.Base\src\System\Runtime\RuntimeExports.cs (1)
91
RuntimeImports.RhAllocateNewArray(pEEType, (uint)length, (uint)
GC_ALLOC_FLAGS
.GC_ALLOC_NO_FLAGS, &array);
src\runtime\src\coreclr\nativeaot\Common\src\Internal\Runtime\CompilerHelpers\StartupCodeHelpers.cs (1)
212
(uint)
GC_ALLOC_FLAGS
.GC_ALLOC_PINNED_OBJECT_HEAP,
System\GC.NativeAot.cs (6)
834
GC_ALLOC_FLAGS
flags =
GC_ALLOC_FLAGS
.GC_ALLOC_ZEROING_OPTIONAL;
836
flags |=
GC_ALLOC_FLAGS
.GC_ALLOC_PINNED_OBJECT_HEAP;
858
GC_ALLOC_FLAGS
flags =
GC_ALLOC_FLAGS
.GC_ALLOC_NO_FLAGS;
862
flags =
GC_ALLOC_FLAGS
.GC_ALLOC_PINNED_OBJECT_HEAP;