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

Method free

gecode/kernel/core.hpp:2891–2896  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2889
2890 template<class T>
2891 forceinline void
2892 Space::free(T* b, long unsigned int n) {
2893 for (long unsigned int i=0; i<n; i++)
2894 b[i].~T();
2895 rfree(b,n*sizeof(T));
2896 }
2897 template<class T>
2898 forceinline void
2899 Space::free(T* b, long int n) {

Callers 5

sortMethod · 0.45
removeCurrentMethod · 0.45
vs2isFunction · 0.45
newSetVarMethod · 0.45
exploreFunction · 0.45

Calls

no outgoing calls

Tested by 1

sortMethod · 0.36