Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dleaky_subr.c86 uintptr_t lm_seg_max; member
210 if (lmp->lm_seg_count++ >= lmp->lm_seg_max) in leaky_read_segs()
385 lm.lm_seg_max = 0; in leaky_handle_anon_mappings()
388 &lm.lm_seg_max, (uintptr_t)heap_top) == -1) { in leaky_handle_anon_mappings()
392 lm.lm_segs = mdb_alloc(lm.lm_seg_max * sizeof (*lm.lm_segs), in leaky_handle_anon_mappings()
402 if (lm.lm_seg_count > lm.lm_seg_max) { in leaky_handle_anon_mappings()