2 references to Calloc
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NativeMemory.Unix.cs (1)
156result = Interop.Sys.Calloc(elementCount, elementSize);
System\Runtime\InteropServices\TrackerObjectManager.NativeAot.cs (1)
331_pHandles = (IntPtr*)Interop.Sys.Calloc((nuint)_capacity, (nuint)sizeof(IntPtr));