Searched refs:mt_count (Results 1 – 5 of 5) sorted by relevance
68 uint64_t mt_count; /* Number of current allocations. */ member
199 mtp->mt_count = 0; in _memstat_mt_reset_stats()309 return (mtp->mt_count); in memstat_get_count()
251 mtp->mt_count = mtp->mt_numallocs - mtp->mt_numfrees; in memstat_sysctl_malloc()447 mtp->mt_count = mtp->mt_numallocs - mtp->mt_numfrees; in memstat_kvm_malloc()
242 mtp->mt_count = mtp->mt_numallocs - mtp->mt_numfrees; in memstat_sysctl_uma()465 mtp->mt_count = mtp->mt_numallocs - mtp->mt_numfrees; in memstat_kvm_uma()
50 int32_t mt_count; /* how many of them */ member