Home
last modified time | relevance | path

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

/f-stack/tools/libmemstat/
H A Dmemstat_internal.h68 uint64_t mt_count; /* Number of current allocations. */ member
H A Dmemstat.c199 mtp->mt_count = 0; in _memstat_mt_reset_stats()
309 return (mtp->mt_count); in memstat_get_count()
H A Dmemstat_malloc.c251 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()
H A Dmemstat_uma.c242 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()
/f-stack/freebsd/sys/
H A Dmtio.h50 int32_t mt_count; /* how many of them */ member