Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ subscriptions
Method
subscriptions
gecode/kernel/memory/manager.hpp:298–301 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
296
}
297
298
forceinline void*
299
MemoryManager::subscriptions(void) const {
300
return &cur_hc->area[0];
301
}
302
303
forceinline void
304
MemoryManager::alloc_fill(SharedMemory& sm, size_t sz, bool first) {
Callers
2
_clone
Method · 0.80
resize
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected