Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_malloc.c138 static struct malloc_type *kmemstatistics; variable
1220 mtp->ks_next = kmemstatistics; in malloc_init()
1221 kmemstatistics = mtp; in malloc_init()
1241 if (mtp != kmemstatistics) { in malloc_uninit()
1242 for (temp = kmemstatistics; temp != NULL; in malloc_uninit()
1252 kmemstatistics = mtp->ks_next; in malloc_uninit()
1282 for (mtp = kmemstatistics; mtp != NULL; mtp = mtp->ks_next) { in malloc_desc2type()
1321 for (mtp = kmemstatistics; mtp != NULL; mtp = mtp->ks_next) { in sysctl_kern_malloc_stats()
1382 for (mtp = kmemstatistics, i = 0; mtp != NULL; mtp = mtp->ks_next, i++) in malloc_type_list()
1447 for (mtp = kmemstatistics; mtp != NULL; mtp = mtp->ks_next) { in DB_SHOW_COMMAND()
[all …]
/f-stack/tools/libmemstat/
H A Dmemstat_malloc.c327 void *kmemstatistics; in memstat_kvm_malloc() local
357 ret = kread_symbol(kvm, X_KMEMSTATISTICS, &kmemstatistics, in memstat_kvm_malloc()
358 sizeof(kmemstatistics), 0); in memstat_kvm_malloc()
372 for (typep = kmemstatistics; typep != NULL; typep = type.ks_next) { in memstat_kvm_malloc()