Searched refs:chunks_mtx (Results 1 - 5 of 5) sorted by relevance

/external/jemalloc/src/
H A Dchunk.c10 malloc_mutex_t chunks_mtx; variable
69 malloc_mutex_lock(&chunks_mtx);
72 malloc_mutex_unlock(&chunks_mtx);
99 * allocated. Drop chunks_mtx in order to avoid
103 malloc_mutex_unlock(&chunks_mtx);
109 malloc_mutex_lock(&chunks_mtx);
118 malloc_mutex_unlock(&chunks_mtx);
194 malloc_mutex_lock(&chunks_mtx);
205 malloc_mutex_unlock(&chunks_mtx);
268 * Allocate a node before acquiring chunks_mtx eve
[all...]
H A Dctl.c629 malloc_mutex_lock(&chunks_mtx);
633 malloc_mutex_unlock(&chunks_mtx);
/external/jemalloc/include/jemalloc/internal/
H A Dchunk.h34 extern malloc_mutex_t chunks_mtx;
H A Dprivate_namespace.h128 #define chunks_mtx JEMALLOC_N(chunks_mtx) macro
H A Dprivate_unnamespace.h128 #undef chunks_mtx macro

Completed in 2337 milliseconds