Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ operator new
Method
operator new
gecode/minimodel/reg.cpp:105–108 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
103
104
105
forceinline void*
106
REG::Exp::operator new(size_t s) {
107
return heap.ralloc(s);
108
}
109
forceinline void
110
REG::Exp::operator delete(void*) {
111
// Deallocation happens in dispose
Callers
nothing calls this directly
Calls
1
ralloc
Method · 0.45
Tested by
no test coverage detected