MCPcopy 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
45void rcFree(void* ptr)
46{
47 if (ptr != NULL)
48 {
49 sRecastFreeFunc(ptr);
50 }
51}

Callers 15

~rcVectorBaseMethod · 0.85
reserveMethod · 0.85
push_backMethod · 0.85
resize_implMethod · 0.85
~rcScopedDeleteMethod · 0.85
rcDeleteFunction · 0.85
~rcHeightfieldMethod · 0.85
~rcCompactHeightfieldMethod · 0.85
~rcContourSetMethod · 0.85
~rcPolyMeshMethod · 0.85
rcFreePolyMeshDetailFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected