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

Function dRealMalloc

Engine/source/platformPOSIX/POSIXMemory.cpp:50–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50void* dRealMalloc(dsize_t s)
51{
52 return malloc(s);
53}
54
55void dRealFree(void* p)
56{

Callers 2

UnixUtilsMethod · 0.70
openMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected