Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ MemBaseHunk
Method
MemBaseHunk
src/common/classes/alloc.cpp:456–460 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
454
455
protected:
456
MemBaseHunk(size_t spaceAllocated, size_t hunkSize)
457
: next(NULL), length(spaceAllocated)
458
{
459
init(spaceAllocated, hunkSize);
460
}
461
462
void newBlock(size_t size)
463
{
Callers
nothing calls this directly
Calls
1
init
Function · 0.70
Tested by
no test coverage detected