MCPcopy 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
83void dFree (void *ptr, size_t size)
84{
85 if (!ptr) return;
86 if (freefn) freefn (ptr,size); else free (ptr);
87}

Callers 14

~dxGeomMethod · 0.85
dGeomSetBodyFunction · 0.85
~dxUserGeomMethod · 0.85
dJointDestroyFunction · 0.85
dWorldDestroyFunction · 0.85
~dMatrixMethod · 0.85
operator=Method · 0.85
operator deleteMethod · 0.85
operator delete[]Method · 0.85
~dObStackMethod · 0.85
~dxQuadTreeSpaceMethod · 0.85
resetMethod · 0.85

Calls 1

freeFunction · 0.85

Tested by 1

resetMethod · 0.68