Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_malloc.c139 static int kmemcount; variable
1302 kmemcount++; in malloc_init()
1333 kmemcount--; in malloc_uninit()
1395 mtsh.mtsh_count = kmemcount; in sysctl_kern_malloc_stats()
1436 SYSCTL_INT(_kern, OID_AUTO, malloc_count, CTLFLAG_RD, &kmemcount, 0,
1449 count = kmemcount; in malloc_type_list()
1457 if (count < kmemcount) { in malloc_type_list()