Home
last modified time | relevance | path

Searched refs:ALLOCATOR_MALLOC (Results 1 – 3 of 3) sorted by relevance

/f-stack/tools/libmemstat/
H A Dmemstat_malloc.c199 mtp = memstat_mtl_find(list, ALLOCATOR_MALLOC, in memstat_sysctl_malloc()
204 mtp = _memstat_mt_allocate(list, ALLOCATOR_MALLOC, in memstat_sysctl_malloc()
399 mtp = memstat_mtl_find(list, ALLOCATOR_MALLOC, name); in memstat_kvm_malloc()
403 mtp = _memstat_mt_allocate(list, ALLOCATOR_MALLOC, in memstat_kvm_malloc()
H A Dmemstat.h49 #define ALLOCATOR_MALLOC 1 macro
/f-stack/tools/netstat/
H A Dmbuf.c169 mtp = memstat_mtl_find(mtlp, ALLOCATOR_MALLOC, MBUF_TAG_MEM_NAME); in mbpr()