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

Function malloc_init_hard_a0

deps/jemalloc/src/jemalloc.c:1563–1571  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1561}
1562
1563static bool
1564malloc_init_hard_a0(void) {
1565 bool ret;
1566
1567 malloc_mutex_lock(TSDN_NULL, &init_lock);
1568 ret = malloc_init_hard_a0_locked();
1569 malloc_mutex_unlock(TSDN_NULL, &init_lock);
1570 return ret;
1571}
1572
1573/* Initialize data structures which may trigger recursive allocation. */
1574static bool

Callers 1

malloc_init_a0Function · 0.70

Calls 3

malloc_mutex_lockFunction · 0.50
malloc_mutex_unlockFunction · 0.50

Tested by

no test coverage detected