4 references to Malloc
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\Marshal.Unix.cs (2)
104
void* p = Interop.Sys.
Malloc
((nuint)cbNative & ~WIN32_ALLOC_ALIGN);
130
void* p = Interop.Sys.
Malloc
((nuint)cbNative & ~WIN32_ALLOC_ALIGN);
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NativeMemory.Unix.cs (2)
129
void* result = Interop.Sys.
Malloc
((byteCount != 0) ? byteCount : 1);
160
result = Interop.Sys.
Malloc
(1);