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

Method operator delete

gecode/support/thread/thread.hpp:50–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48 return d;
49 }
50 forceinline void
51 Runnable::operator delete(void* p) {
52 heap.rfree(p);
53 }
54 forceinline void*
55 Runnable::operator new(size_t s) {
56 return heap.ralloc(s);

Callers

nothing calls this directly

Calls 1

rfreeMethod · 0.45

Tested by

no test coverage detected