Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ getBlockLength
Method
getBlockLength
src/jrd/Monitoring.h:261–264 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
259
ULONG length;
260
261
inline ULONG getBlockLength() const
262
{
263
return (ULONG) FB_ALIGN(sizeof(Element) + length, FB_ALIGNMENT);
264
}
265
};
266
267
public:
Callers
3
enumerate
Method · 0.80
read
Method · 0.80
cleanup
Method · 0.80
Calls
1
FB_ALIGN
Function · 0.85
Tested by
no test coverage detected