Copy the contents of one memory location to another. If the memory areas overlap, behavior is undefined. For this reason, it is recommended to use PCRMem_Move instead. However, if it can be guaranteed that the two regions do not overlap, this function may be more optimal.
|