MCPcopy 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

validateMethod · 0.45
print_memoryMethod · 0.45
unlinkBlocksMethod · 0.45
validateMethod · 0.45
validateMethod · 0.45
validateMethod · 0.45
deallocateBlockMethod · 0.45
allocateRangeMethod · 0.45
allocateMethod · 0.45
releaseMemoryMethod · 0.45
releaseBlockMethod · 0.45
validateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected