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

Method operator delete

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

Source from the content-addressed store, hash-verified

95 return heap.ralloc(size);
96 }
97 void
98 BoolExpr::Node::operator delete(void* p, size_t) {
99 heap.rfree(p);
100 }
101
102 bool
103 BoolExpr::Node::decrement(void) {

Callers

nothing calls this directly

Calls 1

rfreeMethod · 0.45

Tested by

no test coverage detected