MCPcopy Create free account
hub / github.com/F-Stack/f-stack / p_test_no_reentrancy

Function p_test_no_reentrancy

app/redis-6.2.6/deps/jemalloc/test/src/test.c:183–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181}
182
183test_status_t
184p_test_no_reentrancy(test_t *t, ...) {
185 test_status_t ret;
186 va_list ap;
187
188 ret = test_status_pass;
189 va_start(ap, t);
190 ret = p_test_impl(true, false, t, ap);
191 va_end(ap);
192
193 return ret;
194}
195
196test_status_t
197p_test_no_malloc_init(test_t *t, ...) {

Callers

nothing calls this directly

Calls 1

p_test_implFunction · 0.85

Tested by

no test coverage detected