MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / dAlloc

Function dAlloc

3rd_party/Src/ode/ode/src/memory.cpp:70–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68
69
70void * dAlloc (size_t size)
71{
72 if (allocfn) return allocfn (size); else return malloc (size);
73}
74
75
76void * dRealloc (void *ptr, size_t oldsize, size_t newsize)

Callers 13

dxGeomMethod · 0.85
dGeomSetBodyFunction · 0.85
dxUserGeomMethod · 0.85
createJointFunction · 0.85
dMatrixMethod · 0.85
operator=Method · 0.85
operator newMethod · 0.85
operator new[]Method · 0.85
allocMethod · 0.85
dxQuadTreeSpaceMethod · 0.85
nextMatrixMethod · 0.85
_setSizeMethod · 0.85

Calls

no outgoing calls

Tested by 1

nextMatrixMethod · 0.68