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

Function test_skip

deps/jemalloc/test/src/test.c:66–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64
65JEMALLOC_FORMAT_PRINTF(1, 2)
66void
67test_skip(const char *format, ...) {
68 va_list ap;
69
70 va_start(ap, format);
71 malloc_vcprintf(NULL, NULL, format, ap);
72 va_end(ap);
73 malloc_printf("\n");
74 test_status = test_status_skip;
75}
76
77JEMALLOC_FORMAT_PRINTF(1, 2)
78void

Callers 5

thd_startFunction · 0.50
TEST_BEGINFunction · 0.50
TEST_BEGINFunction · 0.50
fork.cFile · 0.50
atomic.cFile · 0.50

Calls 1

malloc_printfFunction · 0.50

Tested by

no test coverage detected