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

Function p_test_fini

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 void
114check_global_slow(test_status_t *status) {

Callers

nothing calls this directly

Calls 3

reentrancy_t_strFunction · 0.70
test_status_stringFunction · 0.70
malloc_printfFunction · 0.50

Tested by

no test coverage detected