MCPcopy Create free account
hub / github.com/Gecode/gecode / operator new

Method operator new

gecode/minimodel/bool-expr.cpp:93–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91 }
92
93 void*
94 BoolExpr::Node::operator new(size_t size) {
95 return heap.ralloc(size);
96 }
97 void
98 BoolExpr::Node::operator delete(void* p, size_t) {
99 heap.rfree(p);

Callers

nothing calls this directly

Calls 1

rallocMethod · 0.45

Tested by

no test coverage detected