Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ rcFree
Function
rcFree
Source/ThirdParty/recastnavigation/RecastAlloc.cpp:45–51 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
}
44
45
void rcFree(void* ptr)
46
{
47
if (ptr != NULL)
48
{
49
sRecastFreeFunc(ptr);
50
}
51
}
Callers
15
~rcVectorBase
Method · 0.85
reserve
Method · 0.85
push_back
Method · 0.85
resize_impl
Method · 0.85
~rcScopedDelete
Method · 0.85
rcDelete
Function · 0.85
~rcHeightfield
Method · 0.85
~rcCompactHeightfield
Method · 0.85
~rcHeightfieldLayerSet
Method · 0.85
~rcContourSet
Method · 0.85
~rcPolyMesh
Method · 0.85
rcFreePolyMeshDetail
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected