MCPcopy 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

addMethod · 0.85
allocMethod · 0.85
Sc_ScanDocBlockFunction · 0.85
Sc_ScanStringFunction · 0.85

Calls 1

allocMethod · 0.45

Tested by

no test coverage detected