Home
last modified time | relevance | path

Searched refs:malloc_mtx (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/kern/
H A Dkern_malloc.c232 struct mtx malloc_mtx; variable
1219 mtx_lock(&malloc_mtx); in malloc_init()
1223 mtx_unlock(&malloc_mtx); in malloc_init()
1239 mtx_lock(&malloc_mtx); in malloc_uninit()
1254 mtx_unlock(&malloc_mtx); in malloc_uninit()
1305 mtx_lock(&malloc_mtx); in sysctl_kern_malloc_stats()
1345 mtx_unlock(&malloc_mtx); in sysctl_kern_malloc_stats()
1366 mtx_lock(&malloc_mtx); in malloc_type_list()
1370 mtx_unlock(&malloc_mtx); in malloc_type_list()
1375 mtx_lock(&malloc_mtx); in malloc_type_list()
[all …]
/f-stack/freebsd/vm/
H A Dmemguard.c95 mtx_lock(&malloc_mtx); in memguard_sysctl_desc()
99 mtx_unlock(&malloc_mtx); in memguard_sysctl_desc()
/f-stack/tools/compat/include/sys/
H A Dmalloc.h167 extern struct mtx malloc_mtx;
/f-stack/freebsd/sys/
H A Dmalloc.h172 extern struct mtx malloc_mtx;