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

Function tsd_data_init

deps/memkind/src/jemalloc/src/tsd.c:66–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66static bool
67tsd_data_init(tsd_t *tsd) {
68 /*
69 * We initialize the rtree context first (before the tcache), since the
70 * tcache initialization depends on it.
71 */
72 rtree_ctx_data_init(tsd_rtree_ctxp_get_unsafe(tsd));
73
74 return tsd_tcache_enabled_data_init(tsd);
75}
76
77static void
78assert_tsd_data_cleanup_done(tsd_t *tsd) {

Callers 1

tsd_fetch_slowFunction · 0.70

Calls 2

rtree_ctx_data_initFunction · 0.70

Tested by

no test coverage detected