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

Method free

gecode/kernel/memory/region.hpp:355–358  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

353 : chunk(pool().chunk()), hi(nullptr) {}
354
355 forceinline void
356 Region::free(void) {
357 chunk->reset();
358 }
359
360 forceinline void*
361 Region::ralloc(size_t s) {

Callers 3

resizeMethod · 0.45
~ArgArrayBaseMethod · 0.45
array.hppFile · 0.45

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected