Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
50
void* dRealMalloc(dsize_t s)
51
{
52
return malloc(s);
53
}
54
55
void dRealFree(void* p)
56
{
Callers
2
UnixUtils
Method · 0.70
open
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected