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

/freebsd-9.3-release/sys/kern/
H A Dkern_malloc.c122 static int kmemcount; variable
811 kmemcount++;
845 kmemcount--;
904 mtsh.mtsh_count = kmemcount;
938 SYSCTL_INT(_kern, OID_AUTO, malloc_count, CTLFLAG_RD, &kmemcount, 0,
951 count = kmemcount;
959 if (count < kmemcount) {

Completed in 91 milliseconds