Home
last modified time | relevance | path

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

/external/jemalloc/src/
Dhuge.c97 malloc_mutex_lock(&arena->huge_mtx); in huge_palloc()
100 malloc_mutex_unlock(&arena->huge_mtx); in huge_palloc()
170 malloc_mutex_lock(&arena->huge_mtx); in huge_ralloc_no_move_similar()
176 malloc_mutex_unlock(&arena->huge_mtx); in huge_ralloc_no_move_similar()
231 malloc_mutex_lock(&arena->huge_mtx); in huge_ralloc_no_move_shrink()
236 malloc_mutex_unlock(&arena->huge_mtx); in huge_ralloc_no_move_shrink()
252 malloc_mutex_lock(&arena->huge_mtx); in huge_ralloc_no_move_expand()
254 malloc_mutex_unlock(&arena->huge_mtx); in huge_ralloc_no_move_expand()
266 malloc_mutex_lock(&arena->huge_mtx); in huge_ralloc_no_move_expand()
269 malloc_mutex_unlock(&arena->huge_mtx); in huge_ralloc_no_move_expand()
[all …]
Darena.c3390 if (malloc_mutex_init(&arena->huge_mtx)) in arena_new()
3654 malloc_mutex_prefork(&arena->huge_mtx); in arena_prefork()
3670 malloc_mutex_postfork_parent(&arena->huge_mtx); in arena_postfork_parent()
3683 malloc_mutex_postfork_child(&arena->huge_mtx); in arena_postfork_child()
/external/jemalloc/include/jemalloc/internal/
Darena.h439 malloc_mutex_t huge_mtx; member