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