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

Function zone_force_lock

deps/memkind/src/jemalloc/src/zone.c:270–275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

268}
269
270static void
271zone_force_lock(malloc_zone_t *zone) {
272 if (isthreaded) {
273 jemalloc_prefork();
274 }
275}
276
277static void
278zone_force_unlock(malloc_zone_t *zone) {

Callers

nothing calls this directly

Calls 1

jemalloc_preforkFunction · 0.70

Tested by

no test coverage detected