Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ dealloc
Method
dealloc
Engine/lib/collada/src/dae/daeMemorySystem.cpp:27–33 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
}
26
27
void
28
daeMemorySystem::dealloc(daeString pool, daeRawRef mem)
29
{
30
(void)pool;
31
// printf(
"free[%s] - 0x%x\n"
,pool,mem);
32
free(mem);
33
}
34
Callers
nothing calls this directly
Calls
1
free
Function · 0.85
Tested by
no test coverage detected