4 references to Realloc
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshal.Unix.cs (2)
71
return (nint)NativeMemory.
Realloc
((void*)(nint)pv, (nuint)(nint)cb);
89
return (nint)NativeMemory.
Realloc
((void*)(nint)pv, cbNative);
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NativeMemory.Unix.cs (2)
21
/// <para>This method is not compatible with <see cref="Free" /> or <see cref="
Realloc
" />, instead <see cref="AlignedFree" /> or <see cref="AlignedRealloc" /> should be called.</para>
82
/// <para>This method is not compatible with <see cref="Free" /> or <see cref="
Realloc
" />, instead <see cref="AlignedFree" /> or <see cref="AlignedRealloc" /> should be called.</para>