Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
reuse
Method · 0.45
fl_alloc
Method · 0.45
fl_dispose
Method · 0.45
fl_refill
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected