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

Function malloc_init_hard_a0

app/redis-6.2.6/deps/jemalloc/src/jemalloc.c:1334–1342  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1332}
1333
1334static bool
1335malloc_init_hard_a0(void) {
1336 bool ret;
1337
1338 malloc_mutex_lock(TSDN_NULL, &init_lock);
1339 ret = malloc_init_hard_a0_locked();
1340 malloc_mutex_unlock(TSDN_NULL, &init_lock);
1341 return ret;
1342}
1343
1344/* Initialize data structures which may trigger recursive allocation. */
1345static bool

Callers 1

malloc_init_a0Function · 0.85

Calls 3

malloc_mutex_lockFunction · 0.85
malloc_mutex_unlockFunction · 0.85

Tested by

no test coverage detected