MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / print_contents

Method print_contents

src/common/classes/alloc.cpp:636–642  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

634
635#ifdef MEM_DEBUG
636 void print_contents(FILE* file, MemPool* pool, bool used_only,
637 const char* filter_path, const size_t filter_len) noexcept
638 {
639 fprintf(file, "Big hunk %p: memory=%p length=%" SIZEFORMAT "\n",
640 this, block, length);
641 block->print_contents(true, file, used_only, filter_path, filter_len);
642 }
643#endif
644
645 static size_t hdrSize()

Callers

nothing calls this directly

Calls 1

print_contentsMethod · 0.45

Tested by

no test coverage detected