Closed
Description
This work item is a follow up to PR dotnet/coreclr#7198 for issue #6638.
Currently memmove and memcpy are #define'd (and #undef'ed) is a few places in the code base.
Addressing all usages of memcpy/memmove may require identifying or creating a central place where to create a definition for those methods that is eventually routed to the correct implementation.
Also, addressing all individual usages should be carried out incrementally by providing adequate performance measurements.