Home
last modified time | relevance | path

Searched refs:memstat_sysctl_malloc (Results 1 – 5 of 5) sorted by relevance

/freebsd/lib/libmemstat/
H A Dmemstat_all.c42 if (memstat_sysctl_malloc(mtlp, flags) < 0) in memstat_sysctl_all()
H A DMakefile21 MLINKS+= libmemstat.3 memstat_sysctl_malloc.3
H A Dmemstat.h108 int memstat_sysctl_malloc(struct memory_type_list *list, int flags);
H A Dmemstat_malloc.c77 memstat_sysctl_malloc(struct memory_type_list *list, int flags) in memstat_sysctl_malloc() function
/freebsd/usr.bin/vmstat/
H A Dvmstat.c1346 if (memstat_sysctl_malloc(mtlp, 0) < 0) { in domemstat_malloc()