Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ operator delete
Method
operator delete
gecode/support/heap.hpp:418–421 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
416
return heap.ralloc(s);
417
}
418
forceinline void
419
HeapAllocated::operator delete(void* p) {
420
heap.rfree(p);
421
}
422
423
424
Callers
nothing calls this directly
Calls
1
rfree
Method · 0.45
Tested by
no test coverage detected