Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ operator delete
Method
operator delete
gecode/minimodel/float-expr.hpp:56–59 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
54
return heap.ralloc(s);
55
}
56
forceinline void
57
NonLinFloatExpr::operator delete(void* p, size_t) {
58
heap.rfree(p);
59
}
60
61
}
62
Callers
nothing calls this directly
Calls
1
rfree
Method · 0.45
Tested by
no test coverage detected