Home
last modified time | relevance | path

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

/external/jemalloc_new/src/
Djemalloc.c131 static bool init_lock_initialized = false; variable
146 if (!init_lock_initialized) { in JEMALLOC_ATTR()
150 init_lock_initialized = true; in JEMALLOC_ATTR()