Searched refs:huge_mtx (Results 1 – 3 of 3) sorted by relevance
97 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 …]
3390 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()
439 malloc_mutex_t huge_mtx; member