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

Method fl_alloc

gecode/kernel/core.hpp:2850–2853  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2848
2849 template<size_t s>
2850 forceinline void*
2851 Space::fl_alloc(void) {
2852 return mm.template fl_alloc<s>(ssd.data().sm);
2853 }
2854 template<size_t s>
2855 forceinline void
2856 Space::fl_dispose(FreeList* f, FreeList* l) {

Callers

nothing calls this directly

Calls 1

dataMethod · 0.80

Tested by

no test coverage detected