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

Method operator new

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

Source from the content-addressed store, hash-verified

103 }
104
105 forceinline void*
106 LinFloatExpr::Node::operator new(size_t size) {
107 return heap.ralloc(size);
108 }
109
110 forceinline void
111 LinFloatExpr::Node::operator delete(void* p, size_t) {

Callers

nothing calls this directly

Calls 1

rallocMethod · 0.45

Tested by

no test coverage detected