Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ _ensureAllFreed
Function
_ensureAllFreed
Engine/source/app/mainLoop.cpp:131–134 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
129
#elif defined( TORQUE_COMPILER_GCC )
130
131
__attribute__ ( ( destructor ) ) static void _ensureAllFreed()
132
{
133
Memory::ensureAllFreed();
134
}
135
136
#endif
137
Callers
nothing calls this directly
Calls
1
ensureAllFreed
Function · 0.85
Tested by
no test coverage detected