Lines Matching refs:malloc_mutex_lock
880 #define malloc_mutex_lock(m) mutex_lock(m) macro
1009 malloc_mutex_lock(&brk_mtx); in base_pages_alloc()
1071 malloc_mutex_lock(&base_mtx); in base_alloc()
1095 malloc_mutex_lock(&base_mtx); in base_chunk_node_alloc()
1113 malloc_mutex_lock(&base_mtx); in base_chunk_node_dealloc()
1275 malloc_mutex_lock(&chunks_mtx); in chunk_alloc()
1334 malloc_mutex_lock(&brk_mtx); in chunk_alloc()
1409 malloc_mutex_lock(&chunks_mtx); in chunk_dealloc()
1416 malloc_mutex_lock(&brk_mtx); in chunk_dealloc()
1506 malloc_mutex_lock(&arenas_mtx); in choose_arena_hard()
2208 malloc_mutex_lock(&arena->mtx); in arena_malloc()
2227 malloc_mutex_lock(&arena->mtx); in arena_malloc()
2282 malloc_mutex_lock(&arena->mtx); in arena_palloc()
2467 malloc_mutex_lock(&arena->mtx); in arena_dalloc()
2522 malloc_mutex_lock(&arena->mtx); in arena_dalloc()
2671 malloc_mutex_lock(&chunks_mtx); in huge_malloc()
2751 malloc_mutex_lock(&chunks_mtx); in huge_palloc()
2810 malloc_mutex_lock(&chunks_mtx); in huge_ralloc()
2823 malloc_mutex_lock(&chunks_mtx); in huge_ralloc()
2830 malloc_mutex_lock(&chunks_mtx); in huge_ralloc()
2892 malloc_mutex_lock(&chunks_mtx); in huge_dalloc()
3085 malloc_mutex_lock(&chunks_mtx); in isalloc()
3180 malloc_mutex_lock(&arenas[i]->mtx); in malloc_print_stats()
3190 malloc_mutex_lock(&chunks_mtx); in malloc_print_stats()
3195 malloc_mutex_lock(&base_mtx); in malloc_print_stats()
3206 malloc_mutex_lock(&chunks_mtx); in malloc_print_stats()
3232 malloc_mutex_lock(&arena->mtx); in malloc_print_stats()
3266 malloc_mutex_lock(&init_lock); in malloc_init_hard()
3814 malloc_mutex_lock(&init_lock); in _malloc_prefork()
3815 malloc_mutex_lock(&arenas_mtx); in _malloc_prefork()
3818 malloc_mutex_lock(&arenas[i]->mtx); in _malloc_prefork()
3820 malloc_mutex_lock(&chunks_mtx); in _malloc_prefork()
3821 malloc_mutex_lock(&base_mtx); in _malloc_prefork()
3823 malloc_mutex_lock(&brk_mtx); in _malloc_prefork()