Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ isFree
Method
isFree
src/common/classes/alloc.cpp:576–579 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
574
}
575
576
bool isFree()
577
{
578
return useCount == 0;
579
}
580
581
MemBlock* newBlock(size_t size)
582
{
Callers
1
decrUsage
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected