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

Function freeTreeNode

Engine/source/platform/platformMemory.cpp:359–363  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

357}
358
359void freeTreeNode(TreeNode *tn)
360{
361 tn->parent = gTreeFreeList;
362 gTreeFreeList = tn;
363}
364
365
366static U32 validateTreeRecurse(TreeNode *tree)

Callers 1

treeRemoveFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected