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

Function dMemcmp

Engine/source/platformWin32/winMemory.cpp:45–48  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

43
44//--------------------------------------
45S32 dMemcmp(const void *ptr1, const void *ptr2, dsize_t len)
46{
47 return memcmp(ptr1, ptr2, len);
48}
49
50#if defined(TORQUE_COMPILER_MINGW)
51#include <stdlib.h>

Callers 15

isEqualMethod · 0.50
setMethod · 0.50
setMatrixMethod · 0.50
operator==Method · 0.50
unlockMethod · 0.50
unlockMethod · 0.50
setMatrixMethod · 0.50
unlockMethod · 0.50
setMethod · 0.50
setMatrixMethod · 0.50
unlockMethod · 0.50

Calls

no outgoing calls

Tested by 3

TESTFunction · 0.40
EACH_STRINGFunction · 0.40
TESTFunction · 0.40