Home
last modified time | relevance | path

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

/f-stack/tools/libmemstat/
H A Dmemstat_malloc.c226 mtp->mt_memalloced += mtsp->mts_memalloced; in memstat_sysctl_malloc()
236 mtsp->mts_memalloced; in memstat_sysctl_malloc()
424 mtp->mt_memalloced += mts.mts_memalloced; in memstat_kvm_malloc()
431 mts.mts_memalloced; in memstat_kvm_malloc()
/f-stack/tools/compat/include/sys/
H A Dmalloc.h76 uint64_t mts_memalloced; /* Bytes allocated on CPU. */ member
/f-stack/freebsd/sys/
H A Dmalloc.h85 uint64_t mts_memalloced; /* Bytes allocated on CPU. */ member
/f-stack/freebsd/kern/
H A Dkern_malloc.c390 mtsp->mts_memalloced += size; in malloc_type_zone_allocated()
1264 temp_bytes += mtsp->mts_memalloced; in malloc_uninit()
1411 alloced += mtsp->mts_memalloced; in get_malloc_stats()