Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ operator new
Method
operator new
gecode/kernel/branch/view-sel.hpp:412–415 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
410
ViewSel<View>::operator delete(void*, Space&) {}
411
template<class View>
412
forceinline void*
413
ViewSel<View>::operator new(size_t s, Space& home) {
414
return home.ralloc(s);
415
}
416
417
418
Callers
nothing calls this directly
Calls
1
ralloc
Method · 0.45
Tested by
no test coverage detected