MCPcopy 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
267public:

Callers 3

enumerateMethod · 0.80
readMethod · 0.80
cleanupMethod · 0.80

Calls 1

FB_ALIGNFunction · 0.85

Tested by

no test coverage detected