Lines Matching refs:narenas
306 narenas_total_set(unsigned narenas) { in narenas_total_set() argument
307 atomic_store_u(&narenas_total, narenas, ATOMIC_RELEASE); in narenas_total_set()
654 unsigned narenas, i; in stats_print_atexit() local
665 for (i = 0, narenas = narenas_total_get(); i < narenas; i++) { in stats_print_atexit()
3870 unsigned i, j, narenas; in jemalloc_prefork() local
3882 narenas = narenas_total_get(); in jemalloc_prefork()
3898 for (j = 0; j < narenas; j++) { in jemalloc_prefork()
3944 unsigned i, narenas; in jemalloc_postfork_parent() local
3959 for (i = 0, narenas = narenas_total_get(); i < narenas; i++) { in jemalloc_postfork_parent()
3978 unsigned i, narenas; in jemalloc_postfork_child() local
3988 for (i = 0, narenas = narenas_total_get(); i < narenas; i++) { in jemalloc_postfork_child()