Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ consoleAllocReset
Function
consoleAllocReset
Engine/source/console/compiler.cpp:139–139 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
137
138
void *consoleAlloc(U32 size) { return gConsoleAllocator.alloc(size); }
139
void consoleAllocReset() { gConsoleAllocator.freeBlocks(); }
140
141
void scriptErrorHandler(const char* str)
142
{
Callers
2
compile
Method · 0.85
compileExec
Method · 0.85
Calls
1
freeBlocks
Method · 0.45
Tested by
no test coverage detected