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

Function main

deps/jemalloc/test/unit/tsd.c:252–267  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

250 thd_join(thd, NULL);
251}
252TEST_END
253
254int
255main(void) {
256 /* Ensure tsd bootstrapped. */
257 if (nallocx(1, 0) == 0) {
258 malloc_printf("Initialization error");
259 return test_status_fail;
260 }
261
262 return test_no_reentrancy(
263 test_tsd_main_thread,
264 test_tsd_sub_thread,
265 test_tsd_reincarnation,
266 test_tsd_global_slow);
267}

Callers

nothing calls this directly

Calls 1

malloc_printfFunction · 0.50

Tested by

no test coverage detected