Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
26
void* dMemcpy(void *dst, const void *src, dsize_t size)
27
{
28
return memcpy(dst,src,size);
29
}
30
31
32
//--------------------------------------
Callers
15
createPath
Method · 0.70
clipToPlane
Function · 0.50
addCullingVolumeToZone
Method · 0.50
debugRenderCullingVolumes
Method · 0.50
afxEffectWrapperData
Method · 0.50
pool_renderObject_Normal
Method · 0.50
pool_renderObject_TwoPass
Method · 0.50
afxPathData
Method · 0.50
assignFieldsFrom
Method · 0.50
setDataField
Method · 0.50
simObject.cpp
File · 0.50
getReturnBuffer
Function · 0.50
Calls
1
memcpy
Function · 0.85
Tested by
no test coverage detected