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