Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ ~Region
Method
~Region
gecode/kernel/memory/region.hpp:372–377 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
370
Region::rfree(void*, size_t) {}
371
372
forceinline
373
Region::~Region(void) {
374
pool().chunk(chunk);
375
if (hi != nullptr)
376
heap_free();
377
}
378
379
380
/*
Callers
nothing calls this directly
Calls
1
chunk
Method · 0.80
Tested by
no test coverage detected