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

Method operator delete

gecode/minimodel/float-expr.cpp:110–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108 }
109
110 forceinline void
111 LinFloatExpr::Node::operator delete(void* p, size_t) {
112 heap.rfree(p);
113 }
114
115 bool
116 LinFloatExpr::Node::decrement(void) {

Callers

nothing calls this directly

Calls 1

rfreeMethod · 0.45

Tested by

no test coverage detected