MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / dMemcpy

Function dMemcpy

Engine/source/platformWin32/winMemory.cpp:26–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24#include <xmmintrin.h>
25
26void* dMemcpy(void *dst, const void *src, dsize_t size)
27{
28 return memcpy(dst,src,size);
29}
30
31
32//--------------------------------------

Callers 15

createPathMethod · 0.70
clipToPlaneFunction · 0.50
afxEffectWrapperDataMethod · 0.50
afxPathDataMethod · 0.50
assignFieldsFromMethod · 0.50
setDataFieldMethod · 0.50
simObject.cppFile · 0.50
getReturnBufferFunction · 0.50

Calls 1

memcpyFunction · 0.85

Tested by

no test coverage detected