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

Method deallocate

gecode/kernel/memory/allocators.hpp:264–266  ·  view source on GitHub ↗

Deallocates the storage obtained by a call to allocate() with arguments \a count and \a p.

Source from the content-addressed store, hash-verified

262
263 /// Deallocates the storage obtained by a call to allocate() with arguments \a count and \a p.
264 void deallocate(pointer p, size_type count) {
265 space.rfree(static_cast<void*>(p), count);
266 }
267
268 /*
269 * \brief Constructs an object

Callers

nothing calls this directly

Calls 1

rfreeMethod · 0.45

Tested by

no test coverage detected