diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2005-07-20 09:17:40 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2005-07-20 09:17:40 +0000 |
| commit | ca108fe268b738a363dde8e3cba5be3bbc2d9cc9 (patch) | |
| tree | d3758da9b6587221ae0e6860dda2621e94ec4663 /lib/libmemstat/libmemstat.3 | |
| parent | 18b35df8fe3aac88b341734d5a7db059b15a6074 (diff) | |
Notes
Diffstat (limited to 'lib/libmemstat/libmemstat.3')
| -rw-r--r-- | lib/libmemstat/libmemstat.3 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libmemstat/libmemstat.3 b/lib/libmemstat/libmemstat.3 index cfe4a2bd6188..a97d7baa7052 100644 --- a/lib/libmemstat/libmemstat.3 +++ b/lib/libmemstat/libmemstat.3 @@ -93,6 +93,8 @@ .Ft uint64_t .Fn memstat_get_zonefree "const struct memory_type *mtp" .Ft uint64_t +.Fn memstat_get_kegfree "const struct memory_type *mtp" +.Ft uint64_t .Fn memstat_get_percpu_memalloced "const struct memory_type *mtp" "int cpu" .Ft uint64_t .Fn memstat_get_percpu_memfreed "const struct memory_type *mtp" "int cpu" |
