freebsd-dev/lib/libmemstat
Robert Watson 2286854ff0 Define LIBMEMSTAT so that vm_page.h won't perform a nested include of
opt_vmpage.h.

Remove definition of _KERNEL, it is no longer required in order to
include uma_int.h, as the sensitive parts of uma_int.h (a number of
inlines depending on kernel-only constants) are now protected by
_KERNEL.
2005-08-04 10:06:39 +00:00
..
libmemstat.3 Add memstat_kvm_uma(), an implementation of a libmemstat(3) query routine 2005-08-01 19:07:39 +00:00
Makefile Having decided not to provide a libmemstat(3) error number to text 2005-07-24 01:41:47 +00:00
memstat_all.c Add memstat_kvm_uma(), an implementation of a libmemstat(3) query routine 2005-08-01 19:07:39 +00:00
memstat_internal.h Correct two libmemstat(3) bugs: 2005-08-01 13:18:21 +00:00
memstat_malloc.c Correct two libmemstat(3) bugs: 2005-08-01 13:18:21 +00:00
memstat_uma.c Define LIBMEMSTAT so that vm_page.h won't perform a nested include of 2005-08-04 10:06: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 Add memstat_kvm_uma(), an implementation of a libmemstat(3) query routine 2005-08-01 19:07:39 +00:00