freebsd-dev/lib/libmemstat
Robert Watson 448036945e Make pointer argument to kread_string() const since the kernel structure
field is const, and then employ __DECONST before getting into the kvm
code.  This eliminates a gcc 4.2 warning about losing constification.

__DECONST advice from:	sam
2007-05-21 18:16:04 +00:00
..
libmemstat.3 Tidy up markup and fix two bugs. 2005-11-21 17:18:34 +00:00
Makefile Bump library versions in preparation for 7.0. 2007-05-21 02:49:08 +00:00
memstat_all.c Teach libmemstat(3) how to extract malloc(9) statistics using kvm(3), 2005-08-06 13:54:03 +00:00
memstat_internal.h Correct two libmemstat(3) bugs: 2005-08-01 13:18:21 +00:00
memstat_malloc.c Make pointer argument to kread_string() const since the kernel structure 2007-05-21 18:16:04 +00:00
memstat_uma.c Update copyright for 2006. 2006-02-11 19:21:39 +00:00
memstat.c Add memstat_kvm_uma(), an implementation of a libmemstat(3) query routine 2005-08-01 19:07:39 +00:00
memstat.h Fix a comment in memstat.h: errors are associated with memory type lists, 2007-03-15 10:44:18 +00:00