Home
last modified time | relevance | path

Searched refs:init_lock_initialized (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/jemalloc/src/
H A Djemalloc.c141 static bool init_lock_initialized = false; variable
156 if (!init_lock_initialized) { in JEMALLOC_ATTR()
160 init_lock_initialized = true; in JEMALLOC_ATTR()