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

Method Validator

src/common/classes/alloc.cpp:1779–1783  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1777 {
1778 public:
1779 Validator(MemPool* p) :
1780 m_pool(p)
1781 {
1782 validate();
1783 }
1784
1785 ~Validator()
1786 {

Callers

nothing calls this directly

Calls 1

validateFunction · 0.70

Tested by

no test coverage detected