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

/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dleaky_subr.c88 uintptr_t lm_seg_max; member in struct:leaky_maps
212 if (lmp->lm_seg_count++ >= lmp->lm_seg_max)
387 lm.lm_seg_max = 0;
390 &lm.lm_seg_max, (uintptr_t)heap_top) == -1) {
394 lm.lm_segs = mdb_alloc(lm.lm_seg_max * sizeof (*lm.lm_segs),
404 if (lm.lm_seg_count > lm.lm_seg_max) {

Completed in 59 milliseconds