Added remaining APIs to complete NativeMemory set (#72960)
authorSRV <roman.sakno@gmail.com>
Thu, 28 Jul 2022 18:13:44 +0000 (21:13 +0300)
committerGitHub <noreply@github.com>
Thu, 28 Jul 2022 18:13:44 +0000 (11:13 -0700)
commitad58ce59a04e4086b4973ca60941e259222dc9eb
treec16458cd12583d9b96b549d33f926a7892843956
parente7c83f1b636c8819ccc87e9332b1c2eb4a2cd1a4
Added remaining APIs to complete NativeMemory set (#72960)

* Implemented Copy method

* Added Fill implementation

* Review feedback

* Fixed tests naming convention

* Added tests for Fill method

* More test cases for overlapped memory copy

* Removed unused MemSet native function
src/libraries/Common/src/Interop/Unix/System.Native/Interop.MemSet.cs [deleted file]
src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/NativeMemory.cs
src/libraries/System.Runtime.InteropServices/ref/System.Runtime.InteropServices.cs
src/libraries/System.Runtime.InteropServices/tests/System.Runtime.InteropServices.UnitTests/System/Runtime/InteropServices/NativeMemoryTests.cs
src/native/libs/System.Native/entrypoints.c
src/native/libs/System.Native/pal_memory.c
src/native/libs/System.Native/pal_memory.h