MCPcopy Create free account
hub / github.com/GarageGames/Torque2D / dMemcpy

Function dMemcpy

engine/source/platformEmscripten/EmscriptenMemory.cpp:43–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41//-----------------------------------------------------------------------------
42
43void* dMemcpy(void *dst, const void *src, dsize_t size)
44{
45 return memcpy(dst,src,size);
46}
47
48//-----------------------------------------------------------------------------
49

Callers 2

setGammaCorrectionMethod · 0.70
openMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected