Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ operator delete
Method
operator delete
gecode/minimodel/set-expr.cpp:89–92 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
87
return heap.ralloc(size);
88
}
89
void
90
SetExpr::Node::operator delete(void* p, size_t) {
91
heap.rfree(p);
92
}
93
94
bool
95
SetExpr::Node::decrement(void) {
Callers
nothing calls this directly
Calls
1
rfree
Method · 0.45
Tested by
no test coverage detected