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

Method free

gecode/support/heap.hpp:456–461  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

454
455 template<class T>
456 forceinline void
457 Heap::free(T* b, long unsigned int n) {
458 for (long unsigned int i=0U; i<n; i++)
459 b[i].~T();
460 rfree(b);
461 }
462 template<class T>
463 forceinline void
464 Heap::free(T* b, long int n) {

Callers 7

updatePart1Method · 0.45
rfreeMethod · 0.45
~DynamicQueueMethod · 0.45
~DynamicStackMethod · 0.45
~DynamicArrayMethod · 0.45
dynamic-array.hppFile · 0.45
~StaticStackMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected