Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ dRealFree
Function
dRealFree
Engine/source/platformPOSIX/POSIXMemory.cpp:55–58 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
53
}
54
55
void dRealFree(void* p)
56
{
57
free(p);
58
}
59
60
void *dMalloc_aligned(dsize_t in_size, int alignment)
61
{
Callers
3
UnixUtils
Method · 0.70
~UnixUtils
Method · 0.70
close
Method · 0.70
Calls
1
free
Function · 0.85
Tested by
no test coverage detected