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

Function validate

src/common/classes/alloc.cpp:245–249  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

243
244 template <class T>
245 void validate(T* e)
246 {
247 if (e->next && e->next->prev != &(e->next))
248 fatal_exception::raise("bad back link in SemiDoubleLink");
249 }
250}
251
252#ifdef USE_VALGRIND

Callers 7

validateMethod · 0.70
validateMethod · 0.70
validateMethod · 0.70
ValidatorMethod · 0.70
~ValidatorMethod · 0.70
print_contentsMethod · 0.70
testFunction · 0.50

Calls 1

raiseFunction · 0.85

Tested by 1

testFunction · 0.40