MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / ~dtNodePool

Method ~dtNodePool

Source/ThirdParty/recastnavigation/DetourNode.cpp:76–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76dtNodePool::~dtNodePool()
77{
78 dtFree(m_nodes);
79 dtFree(m_next);
80 dtFree(m_first);
81}
82
83void dtNodePool::clear()
84{

Callers 2

~dtNavMeshQueryMethod · 0.80
initMethod · 0.80

Calls 1

dtFreeFunction · 0.85

Tested by

no test coverage detected