MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / dealloc

Method dealloc

Engine/lib/collada/src/dae/daeMemorySystem.cpp:27–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27void
28daeMemorySystem::dealloc(daeString pool, daeRawRef mem)
29{
30 (void)pool;
31// printf("free[%s] - 0x%x\n",pool,mem);
32 free(mem);
33}
34

Callers

nothing calls this directly

Calls 1

freeFunction · 0.85

Tested by

no test coverage detected