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

Function p_test_fini

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

Source from the content-addressed store, hash-verified

104}
105
106void
107p_test_fini(void) {
108 test_counts[test_status]++;
109 malloc_printf("%s (%s): %s\n", test_name, reentrancy_t_str(reentrancy),
110 test_status_string(test_status));
111}
112
113static test_status_t
114p_test_impl(bool do_malloc_init, bool do_reentrant, test_t *t, va_list ap) {

Callers

nothing calls this directly

Calls 3

malloc_printfFunction · 0.85
reentrancy_t_strFunction · 0.85
test_status_stringFunction · 0.85

Tested by

no test coverage detected