Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
validate
Method · 0.70
validate
Method · 0.70
validate
Method · 0.70
Validator
Method · 0.70
~Validator
Method · 0.70
print_contents
Method · 0.70
test
Function · 0.50
Calls
1
raise
Function · 0.85
Tested by
1
test
Function · 0.40