Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OGSR/OGSR-Engine
/ dFree
Function
dFree
3rd_party/Src/ode/ode/src/memory.cpp:83–87 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
81
82
83
void dFree (void *ptr, size_t size)
84
{
85
if (!ptr) return;
86
if (freefn) freefn (ptr,size); else free (ptr);
87
}
Callers
14
~dxGeom
Method · 0.85
dGeomSetBody
Function · 0.85
~dxUserGeom
Method · 0.85
dJointDestroy
Function · 0.85
dWorldDestroy
Function · 0.85
~dMatrix
Method · 0.85
operator=
Method · 0.85
operator delete
Method · 0.85
operator delete[]
Method · 0.85
~dObStack
Method · 0.85
~dxQuadTreeSpace
Method · 0.85
reset
Method · 0.85
Calls
1
free
Function · 0.85
Tested by
1
reset
Method · 0.68