Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ free
Method
free
gecode/kernel/memory/region.hpp:355–358 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
353
: chunk(pool().chunk()), hi(nullptr) {}
354
355
forceinline void
356
Region::free(void) {
357
chunk->reset();
358
}
359
360
forceinline void*
361
Region::ralloc(size_t s) {
Callers
3
resize
Method · 0.45
~ArgArrayBase
Method · 0.45
array.hpp
File · 0.45
Calls
1
reset
Method · 0.45
Tested by
no test coverage detected