Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ getSize
Method
getSize
src/common/classes/alloc.cpp:321–324 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
319
}
320
321
size_t getSize()
322
{
323
return hdrLength & MEM_HUGE ? hdrLength & (~MEM_MASK) : hdrLength & SIZE_MASK;
324
}
325
326
MemMediumHunk* getHunk()
327
{
Callers
12
validate
Method · 0.45
print_memory
Method · 0.45
unlinkBlocks
Method · 0.45
validate
Method · 0.45
validate
Method · 0.45
validate
Method · 0.45
deallocateBlock
Method · 0.45
allocateRange
Method · 0.45
allocate
Method · 0.45
releaseMemory
Method · 0.45
releaseBlock
Method · 0.45
validate
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected