Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OGSR/OGSR-Engine
/ freeAll
Method
freeAll
3rd_party/Src/ode/ode/src/obstack.cpp:95–102 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
93
94
95
void dObStack::freeAll()
96
{
97
last = first;
98
if (first) {
99
first->used = sizeof(Arena);
100
ROUND_UP_OFFSET_TO_EFFICIENT_SIZE (first,first->used);
101
}
102
}
103
104
105
void *dObStack::rewind()
Callers
1
dJointGroupEmpty
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected