1 reference to Realloc
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NativeMemory.Unix.cs (1)
200void* result = Interop.Sys.Realloc(ptr, (byteCount != 0) ? byteCount : 1);