Home
last modified time | relevance | path

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

/f-stack/tools/libmemstat/
H A Dmemstat_internal.h67 uint64_t mt_bytes; /* Bytes currently allocated. */ member
H A Dmemstat.c198 mtp->mt_bytes = 0; in _memstat_mt_reset_stats()
302 return (mtp->mt_bytes); in memstat_get_bytes()
H A Dmemstat_malloc.c250 mtp->mt_bytes = mtp->mt_memalloced - mtp->mt_memfreed; in memstat_sysctl_malloc()
446 mtp->mt_bytes = mtp->mt_memalloced - mtp->mt_memfreed; in memstat_kvm_malloc()
H A Dmemstat_uma.c238 mtp->mt_bytes = mtp->mt_memalloced - mtp->mt_memfreed; in memstat_sysctl_uma()
462 mtp->mt_bytes = mtp->mt_memalloced - mtp->mt_memfreed; in memstat_kvm_uma()