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

Method resetRedirect

src/common/classes/alloc.cpp:340–347  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

338 }
339
340 void resetRedirect(MemPool* parent)
341 {
342 valgrindInternal();
343
344 fb_assert(redirected());
345 hdrLength &= ~MEM_REDIRECT;
346 pool = parent;
347 }
348
349 bool redirected() const
350 {

Callers 2

~MemPoolMethod · 0.45
releaseBlockMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected