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

Function corrupt

src/common/classes/alloc.cpp:159–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157#endif
158
159void corrupt(const char* text) noexcept
160{
161#ifdef DEV_BUILD
162 fprintf(stderr, "%s\n", text);
163 abort();
164#endif
165}
166
167Firebird::Mutex* cache_mutex = NULL;
168int dev_zero_fd = 0;

Callers 15

fetch_pageMethod · 0.85
garbage_collectMethod · 0.85
walk_blobMethod · 0.85
walk_chainMethod · 0.85
walk_data_pageMethod · 0.85
walk_indexMethod · 0.85
walk_pipMethod · 0.85
walk_pointer_pageMethod · 0.85
walk_recordMethod · 0.85
checkDPinPPMethod · 0.85
checkDPinPIPMethod · 0.85
walk_relationMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected