Home
last modified time | relevance | path

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

/trueos/sys/kern/
HDkern_malloc.c205 struct mtx malloc_mtx; variable
775 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 …]
/trueos/sys/vm/
HDmemguard.c91 mtx_lock(&malloc_mtx); in memguard_sysctl_desc()
95 mtx_unlock(&malloc_mtx); in memguard_sysctl_desc()
/trueos/sys/sys/
HDmalloc.h166 extern struct mtx malloc_mtx;