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

Method print_contents

src/common/classes/alloc.cpp:1702–1707  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1700
1701#ifdef MEM_DEBUG
1702 void print_contents(FILE* file, MemPool* pool, bool used_only,
1703 const char* filter_path, const size_t filter_len) noexcept
1704 {
1705 for (Extent* ext = currentExtent; ext; ext = ext->next)
1706 ext->print_contents(file, pool, used_only, filter_path, filter_len);
1707 }
1708#endif
1709
1710 void validate(MemPool* pool, StatInt& vMap, StatInt& vUse)

Callers

nothing calls this directly

Calls 1

print_contentsMethod · 0.45

Tested by

no test coverage detected