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

Function malloc_tsd_boot0

app/redis-6.2.6/deps/jemalloc/src/tsd.c:258–269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

256}
257
258tsd_t *
259malloc_tsd_boot0(void) {
260 tsd_t *tsd;
261
262 ncleanups = 0;
263 if (tsd_boot0()) {
264 return NULL;
265 }
266 tsd = tsd_fetch();
267 *tsd_arenas_tdata_bypassp_get(tsd) = true;
268 return tsd;
269}
270
271void
272malloc_tsd_boot1(void) {

Callers 1

malloc_init_hardFunction · 0.85

Calls 2

tsd_fetchFunction · 0.85
tsd_boot0Function · 0.50

Tested by

no test coverage detected