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

Method next

gecode/kernel/memory/manager.hpp:249–252  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

247 : _next(n) {}
248
249 forceinline FreeList*
250 FreeList::next(void) const {
251 return _next;
252 }
253
254 forceinline FreeList**
255 FreeList::nextRef(void) {

Callers 4

reuseMethod · 0.45
fl_allocMethod · 0.45
fl_disposeMethod · 0.45
fl_refillMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected