Searched refs:mt_memalloced (Results 1 – 4 of 4) sorted by relevance
216 mtp->mt_memalloced += mtsp->mts_memalloced; in memstat_sysctl_malloc()240 mtp->mt_bytes = mtp->mt_memalloced - mtp->mt_memfreed; in memstat_sysctl_malloc()413 mtp->mt_memalloced += mts.mts_memalloced; in memstat_kvm_malloc()435 mtp->mt_bytes = mtp->mt_memalloced - mtp->mt_memfreed; in memstat_kvm_malloc()
230 mtp->mt_memalloced = mtp->mt_numallocs * uthp->uth_size; in memstat_sysctl_uma()232 mtp->mt_bytes = mtp->mt_memalloced - mtp->mt_memfreed; in memstat_sysctl_uma()453 mtp->mt_memalloced = mtp->mt_numallocs * mtp->mt_size; in memstat_kvm_uma()455 mtp->mt_bytes = mtp->mt_memalloced - mtp->mt_memfreed; in memstat_kvm_uma()
63 uint64_t mt_memalloced; /* Bytes allocated over life time. */ member
190 mtp->mt_memalloced = 0; in _memstat_mt_reset_stats()270 return (mtp->mt_memalloced); in memstat_get_memalloced()