MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / test_fail

Function test_fail

deps/jemalloc/test/src/test.c:78–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76
77JEMALLOC_FORMAT_PRINTF(1, 2)
78void
79test_fail(const char *format, ...) {
80 va_list ap;
81
82 va_start(ap, format);
83 malloc_vcprintf(NULL, NULL, format, ap);
84 va_end(ap);
85 malloc_printf("\n");
86 test_status = test_status_fail;
87}
88
89static const char *
90test_status_string(test_status_t test_status) {

Callers 15

thd_createFunction · 0.70
thd_startFunction · 0.50
mallctl_failureFunction · 0.50
thd_startFunction · 0.50
TEST_BEGINFunction · 0.50
validate_fillFunction · 0.50
aligned_alloc.cFile · 0.50
wait_for_child_exitFunction · 0.50
fork.cFile · 0.50
do_fork_thdFunction · 0.50
write_cbFunction · 0.50
binind_computeFunction · 0.50

Calls 1

malloc_printfFunction · 0.50

Tested by

no test coverage detected