3 references to Realloc
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NativeMemory.Unix.cs (1)
201void* result = Interop.Sys.Realloc(ptr, (byteCount != 0) ? byteCount : 1);
System\Runtime\InteropServices\TrackerObjectManager.NativeAot.cs (2)
389IntPtr* pNewHandles = (IntPtr*)Interop.Sys.Realloc(_pHandles, (nuint)(newCapacity * sizeof(IntPtr))); 406IntPtr* pNewHandles = (IntPtr*)Interop.Sys.Realloc(_pHandles, (nuint)(newCapacity * sizeof(IntPtr)));