Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ hdrSize
Method
hdrSize
src/common/classes/alloc.cpp:542–545 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
540
#endif
541
542
static size_t hdrSize()
543
{
544
return MEM_ALIGN(sizeof(MemSmallHunk));
545
}
546
};
547
548
class MemMediumHunk : public MemBaseHunk<MemMediumHunk>
Callers
nothing calls this directly
Calls
1
MEM_ALIGN
Function · 0.85
Tested by
no test coverage detected