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

Function p_test

deps/memkind/src/jemalloc/test/src/test.c:170–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168}
169
170test_status_t
171p_test(test_t *t, ...) {
172 test_status_t ret;
173 va_list ap;
174
175 ret = test_status_pass;
176 va_start(ap, t);
177 ret = p_test_impl(true, true, t, ap);
178 va_end(ap);
179
180 return ret;
181}
182
183test_status_t
184p_test_no_reentrancy(test_t *t, ...) {

Callers

nothing calls this directly

Calls 1

p_test_implFunction · 0.70

Tested by

no test coverage detected