Home
last modified time | relevance | path

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

/freebsd/lib/libmemstat/
H A Dmemstat_malloc.c213 mtp->mt_memalloced += mtsp->mts_memalloced; in memstat_sysctl_malloc()
237 mtp->mt_bytes = mtp->mt_memalloced - mtp->mt_memfreed; in memstat_sysctl_malloc()
410 mtp->mt_memalloced += mts.mts_memalloced; in memstat_kvm_malloc()
432 mtp->mt_bytes = mtp->mt_memalloced - mtp->mt_memfreed; in memstat_kvm_malloc()
H A Dmemstat_uma.c228 mtp->mt_memalloced = mtp->mt_numallocs * uthp->uth_size; in memstat_sysctl_uma()
230 mtp->mt_bytes = mtp->mt_memalloced - mtp->mt_memfreed; in memstat_sysctl_uma()
451 mtp->mt_memalloced = mtp->mt_numallocs * mtp->mt_size; in memstat_kvm_uma()
453 mtp->mt_bytes = mtp->mt_memalloced - mtp->mt_memfreed; in memstat_kvm_uma()
H A Dmemstat_internal.h61 uint64_t mt_memalloced; /* Bytes allocated over life time. */ member
H A Dmemstat.c188 mtp->mt_memalloced = 0; in _memstat_mt_reset_stats()
268 return (mtp->mt_memalloced); in memstat_get_memalloced()