MCPcopy 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

compileMethod · 0.85
compileExecMethod · 0.85

Calls 1

freeBlocksMethod · 0.45

Tested by

no test coverage detected