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

Function dMemset

engine/source/platformAndroid/AndroidMemory.cpp:57–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55//-----------------------------------------------------------------------------
56
57void* dMemset(void *dst, int c, dsize_t size)
58{
59 return memset(dst,c,size);
60}
61
62//-----------------------------------------------------------------------------
63

Callers 4

processMultipleTouchesFunction · 0.70
AndroidFont.cppFile · 0.70
clearInBufMethod · 0.70
getGLCapabilitiesFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected