Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ operator delete
Method
operator delete
gecode/minimodel/int-expr.cpp:119–122 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
117
}
118
119
forceinline void
120
LinIntExpr::Node::operator delete(void* p, size_t) {
121
heap.rfree(p);
122
}
123
bool
124
LinIntExpr::Node::decrement(void) {
125
if (--use == 0) {
Callers
nothing calls this directly
Calls
1
rfree
Method · 0.45
Tested by
no test coverage detected