Searched refs:malloc_mtx (Results 1 – 3 of 3) sorted by relevance
205 struct mtx malloc_mtx; variable775 mtx_init(&malloc_mtx, "malloc", NULL, MTX_DEF); in mallocinit()829 mtx_lock(&malloc_mtx); in malloc_init()833 mtx_unlock(&malloc_mtx); in malloc_init()851 mtx_lock(&malloc_mtx); in malloc_uninit()867 mtx_unlock(&malloc_mtx); in malloc_uninit()895 mtx_assert(&malloc_mtx, MA_OWNED); in malloc_desc2type()917 mtx_lock(&malloc_mtx); in sysctl_kern_malloc_stats()949 mtx_unlock(&malloc_mtx); in sysctl_kern_malloc_stats()969 mtx_lock(&malloc_mtx); in malloc_type_list()[all …]
91 mtx_lock(&malloc_mtx); in memguard_sysctl_desc()95 mtx_unlock(&malloc_mtx); in memguard_sysctl_desc()
166 extern struct mtx malloc_mtx;