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

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dleaky.c78 size_t lt_leaks; member in struct:leak_type
499 lk_types[type].lt_leaks++;
544 lk_types[type].lt_leaks++;
570 if (ltp->lt_leaks == 0)
573 ltp->lt_sorted = leaky_alloc(ltp->lt_leaks *
584 if (j != ltp->lt_leaks)
585 mdb_warn("expected %d leaks, got %d\n", ltp->lt_leaks,
588 qsort(ltp->lt_sorted, ltp->lt_leaks, sizeof (leak_bufctl_t *),
617 lk_types[i].lt_leaks = 0;
640 lk_types[i].lt_leaks * sizeo
[all...]

Completed in 45 milliseconds