Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ hdrSize
Method
hdrSize
src/common/classes/alloc.cpp:614–617 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
612
#endif
613
614
static size_t hdrSize()
615
{
616
return MEM_ALIGN(sizeof(MemMediumHunk));
617
}
618
};
619
620
class MemBigHunk
Callers
nothing calls this directly
Calls
1
MEM_ALIGN
Function · 0.85
Tested by
no test coverage detected