Searched defs:minmalloc (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
3894 minb = (int)minmalloc;
4162 size_t minmalloc; local
4330 minmalloc = (idx == 0)? 0 : alloc_sizes[idx - 1];
4331 if (minmalloc > 0) {
4333 if (minmalloc > UMEM_SECOND_ALIGN)
4334 minmalloc -= sizeof (struct malloc_data);
4336 minmalloc -= sizeof (struct malloc_data);
4337 minmalloc += 1;
4341 for (idx = minmalloc; id
[all...]

Completed in 89 milliseconds