Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ operator new
Method
operator new
gecode/kernel/branch/val-sel-commit.hpp:147–150 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
145
ValSelCommitBase<View,Val>::operator delete(void*, Space&) {}
146
template<class View, class Val>
147
forceinline void*
148
ValSelCommitBase<View,Val>::operator new(size_t s, Space& home) {
149
return home.ralloc(s);
150
}
151
152
153
Callers
nothing calls this directly
Calls
1
ralloc
Method · 0.45
Tested by
no test coverage detected