Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_malloc.c147 static int kmemcount; variable
1332 kmemcount++; in malloc_init()
1363 kmemcount--; in malloc_uninit()
1425 mtsh.mtsh_count = kmemcount; in sysctl_kern_malloc_stats()
1466 SYSCTL_INT(_kern, OID_AUTO, malloc_count, CTLFLAG_RD, &kmemcount, 0,
1479 count = kmemcount; in malloc_type_list()
1487 if (count < kmemcount) { in malloc_type_list()