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

Function malloc_tsd_boot0

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

Source from the content-addressed store, hash-verified

246}
247
248tsd_t *
249malloc_tsd_boot0(void) {
250 tsd_t *tsd;
251
252 ncleanups = 0;
253 if (tsd_boot0()) {
254 return NULL;
255 }
256 tsd = tsd_fetch();
257 *tsd_arenas_tdata_bypassp_get(tsd) = true;
258 return tsd;
259}
260
261void
262malloc_tsd_boot1(void) {

Callers 1

malloc_init_hardFunction · 0.70

Calls 2

tsd_boot0Function · 0.50
tsd_fetchFunction · 0.50

Tested by

no test coverage detected