Searched refs:ALLOCATOR_MALLOC (Results 1 – 3 of 3) sorted by relevance
| /f-stack/tools/libmemstat/ |
| H A D | memstat_malloc.c | 199 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 D | memstat.h | 49 #define ALLOCATOR_MALLOC 1 macro
|
| /f-stack/tools/netstat/ |
| H A D | mbuf.c | 169 mtp = memstat_mtl_find(mtlp, ALLOCATOR_MALLOC, MBUF_TAG_MEM_NAME); in mbpr()
|