Searched defs:maxmalloc (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dumem.c3882 umem_malloc_print_dist(uint_t *um_bucket, size_t minmalloc, size_t maxmalloc, argument
3895 maxb = (int)maxmalloc;
4147 size_t maxmalloc; local
4208 maxmalloc = c.cache_bufsize - sizeof (struct malloc_data);
4211 maxmalloc -= sizeof (struct malloc_data);
4302 addr, c.cache_bufsize, maxmalloc,
4341 for (idx = minmalloc; idx <= maxmalloc; idx++)
4345 umem_malloc_print_dist(mi.um_bucket, minmalloc, maxmalloc,

Completed in 56 milliseconds