MCPcopy Create free account
hub / github.com/GarageGames/Torque3D / dMemmove

Function dMemmove

Engine/source/platformWin32/winMemory.cpp:33–36  ·  view source on GitHub ↗

--------------------------------------

Source from the content-addressed store, hash-verified

31
32//--------------------------------------
33void* dMemmove(void *dst, const void *src, dsize_t size)
34{
35 return memmove(dst,src,size);
36}
37
38//--------------------------------------
39void* dMemset(void *dst, S32 c, dsize_t size)

Callers 9

collapseEscapeFunction · 0.50
checkDebugRecvMethod · 0.50
fixupOldSkinsMethod · 0.50
writeFieldMethod · 0.50
insertMethod · 0.50
eraseMethod · 0.50
erase_fastMethod · 0.50
handleOverlapMethod · 0.50
_resolveLeadingSlashFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected