freebsd-dev/lib/libmemstat
Gleb Smirnoff aa43298309 With r343051 UMA switched from atomic counts to counter(9) and now kernel
reports snap counts of how much a zone alloced and how much it freed.  It
may happen that snap values doesn't match, e.g alloced - freed < 0.
Workaround that in memstat library.

Reported by:	pho
2019-02-18 21:27:13 +00:00
..
libmemstat.3
Makefile
Makefile.depend
memstat_all.c
memstat_internal.h
memstat_malloc.c
memstat_uma.c With r343051 UMA switched from atomic counts to counter(9) and now kernel 2019-02-18 21:27:13 +00:00
memstat.c
memstat.h