Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ ~NodeAllocatorBase
Method
~NodeAllocatorBase
gecode/gist/node.hpp:59–63 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
57
58
template<class T>
59
NodeAllocatorBase<T>::~NodeAllocatorBase(void) {
60
for (int i=cur_b+1; i--;)
61
heap.rfree(b[i]);
62
heap.free<Block*>(b,n);
63
}
64
65
template<class T>
66
forceinline int
Callers
nothing calls this directly
Calls
1
rfree
Method · 0.45
Tested by
no test coverage detected