Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/mdb/common/modules/libumem/
H A Dumem.c3888 int nbucks; in umem_malloc_print_dist() local
3896 nbucks = buckets = maxb - minb + 1; in umem_malloc_print_dist()
3906 buckets = MIN(buckets, nbucks/minbucketsize); in umem_malloc_print_dist()
3909 minbucketsize = nbucks; in umem_malloc_print_dist()