Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ operator new
Method
operator new
gecode/minimodel/int-expr.cpp:114–117 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
112
}
113
114
forceinline void*
115
LinIntExpr::Node::operator new(size_t size) {
116
return heap.ralloc(size);
117
}
118
119
forceinline void
120
LinIntExpr::Node::operator delete(void* p, size_t) {
Callers
nothing calls this directly
Calls
1
ralloc
Method · 0.45
Tested by
no test coverage detected