MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / dRealMalloc

Function dRealMalloc

Engine/source/platformWin32/winMemory.cpp:56–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54//--------------------------------------
55
56void* dRealMalloc(dsize_t s)
57{
58 return malloc(s);
59}
60
61void dRealFree(void* p)
62{

Callers 1

allocPageFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected