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

Function zone_reinit_lock

app/redis-6.2.6/deps/jemalloc/src/zone.c:324–329  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

322}
323
324static void
325zone_reinit_lock(malloc_zone_t *zone) {
326 /* As of OSX 10.12, this function is only used when force_unlock would
327 * be used if the zone version were < 9. So just use force_unlock. */
328 zone_force_unlock(zone);
329}
330
331static void
332zone_init(void) {

Callers

nothing calls this directly

Calls 1

zone_force_unlockFunction · 0.85

Tested by

no test coverage detected