Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
70
void * dAlloc (size_t size)
71
{
72
if (allocfn) return allocfn (size); else return malloc (size);
73
}
74
75
76
void * dRealloc (void *ptr, size_t oldsize, size_t newsize)
Callers
13
dxGeom
Method · 0.85
dGeomSetBody
Function · 0.85
dxUserGeom
Method · 0.85
createJoint
Function · 0.85
dMatrix
Method · 0.85
operator=
Method · 0.85
operator new
Method · 0.85
operator new[]
Method · 0.85
alloc
Method · 0.85
dxQuadTreeSpace
Method · 0.85
nextMatrix
Method · 0.85
_setSize
Method · 0.85
Calls
no outgoing calls
Tested by
1
nextMatrix
Method · 0.68