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

Function p_test_no_malloc_init

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

Source from the content-addressed store, hash-verified

194}
195
196test_status_t
197p_test_no_malloc_init(test_t *t, ...) {
198 test_status_t ret;
199 va_list ap;
200
201 ret = test_status_pass;
202 va_start(ap, t);
203 /*
204 * We also omit reentrancy from bootstrapping tests, since we don't
205 * (yet) care about general reentrancy during bootstrapping.
206 */
207 ret = p_test_impl(false, false, t, ap);
208 va_end(ap);
209
210 return ret;
211}
212
213void
214p_test_fail(const char *prefix, const char *message) {

Callers

nothing calls this directly

Calls 1

p_test_implFunction · 0.85

Tested by

no test coverage detected