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