Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ deallocate
Method
deallocate
gecode/gist/visualnode.hpp:90–94 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
88
}
89
90
forceinline void
91
Shape::deallocate(Shape* shape) {
92
if (shape != hidden && shape != leaf)
93
heap.rfree(shape);
94
}
95
96
forceinline bool
97
Shape::getExtentAtDepth(int d, Extent& extent) {
Callers
nothing calls this directly
Calls
1
rfree
Method · 0.45
Tested by
no test coverage detected