Searched refs:ALLOCATOR_MALLOC (Results 1 – 4 of 4) sorted by relevance
/freebsd/lib/libmemstat/ |
H A D | memstat_malloc.c | 186 mtp = memstat_mtl_find(list, ALLOCATOR_MALLOC, in memstat_sysctl_malloc() 191 mtp = _memstat_mt_allocate(list, ALLOCATOR_MALLOC, in memstat_sysctl_malloc() 385 mtp = memstat_mtl_find(list, ALLOCATOR_MALLOC, name); in memstat_kvm_malloc() 389 mtp = _memstat_mt_allocate(list, ALLOCATOR_MALLOC, in memstat_kvm_malloc()
|
H A D | memstat.h | 47 #define ALLOCATOR_MALLOC 1 macro
|
/freebsd/usr.bin/netstat/ |
H A D | mbuf.c | 149 mtp = memstat_mtl_find(mtlp, ALLOCATOR_MALLOC, MBUF_TAG_MEM_NAME); in mbpr()
|
/freebsd/usr.sbin/bsnmpd/modules/snmp_hostres/ |
H A D | hostres_storage_tbl.c | 326 case ALLOCATOR_MALLOC: in storage_OS_get_memstat()
|