Home
last modified time | relevance | path

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

/external/jemalloc/src/
Dchunk.c70 malloc_mutex_lock(&arena->chunks_mtx); in chunk_hooks_get()
72 malloc_mutex_unlock(&arena->chunks_mtx); in chunk_hooks_get()
82 malloc_mutex_lock(&arena->chunks_mtx); in chunk_hooks_set()
107 malloc_mutex_unlock(&arena->chunks_mtx); in chunk_hooks_set()
222 malloc_mutex_lock(&arena->chunks_mtx); in chunk_recycle()
235 malloc_mutex_unlock(&arena->chunks_mtx); in chunk_recycle()
254 malloc_mutex_unlock(&arena->chunks_mtx); in chunk_recycle()
275 malloc_mutex_unlock(&arena->chunks_mtx); in chunk_recycle()
284 malloc_mutex_unlock(&arena->chunks_mtx); in chunk_recycle()
299 malloc_mutex_unlock(&arena->chunks_mtx); in chunk_recycle()
[all …]
Darena.c3397 if (malloc_mutex_init(&arena->chunks_mtx)) in arena_new()
3655 malloc_mutex_prefork(&arena->chunks_mtx); in arena_prefork()
3669 malloc_mutex_postfork_parent(&arena->chunks_mtx); in arena_postfork_parent()
3682 malloc_mutex_postfork_child(&arena->chunks_mtx); in arena_postfork_child()
/external/jemalloc/include/jemalloc/internal/
Darena.h453 malloc_mutex_t chunks_mtx; member