The memcpy function copies len bytes
from src to dest. If these
memory buffers overlap, the memcpy function cannot guarantee
that bytes in src are copied to dest before being overwritten. If these buffers do overlap,
use the memmove function.
Arm’s Privacy Policy has been updated. By continuing to use our site, you consent to Arm’s Privacy Policy. Please review our Privacy Policy to learn more about our collection, use and transfers of your data.