Deleted Added
full compact
libmemstat.3 (148042) libmemstat.3 (148170)
1.\" Copyright (c) 2005 Robert N. M. Watson
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 8 unchanged lines hidden (view full) ---

17.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
1.\" Copyright (c) 2005 Robert N. M. Watson
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 8 unchanged lines hidden (view full) ---

17.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
25.\" $FreeBSD: head/lib/libmemstat/libmemstat.3 148042 2005-07-15 11:28:21Z rwatson $
25.\" $FreeBSD: head/lib/libmemstat/libmemstat.3 148170 2005-07-20 09:17:40Z rwatson $
26.\"
27.Dd June 27, 2005
28.Os
29.Dt LIBMEMSTAT 3
30.Sh NAME
31.Nm libmemstat
32.Nd "library interface to retrieve kernel memory allocator statistics"
33.Sh LIBRARY

--- 54 unchanged lines hidden (view full) ---

88.Fn memstat_set_caller_pointer "struct memory_type *mtp" "int index" "void *value"
89.Ft uint64_t
90.Fn memstat_get_caller_uint64 "const struct memory_type *mtp" "int index"
91.Ft void
92.Fn memstat_set_caller_uint64 "struct memory_type *mtp" "int index" "uint64_t value"
93.Ft uint64_t
94.Fn memstat_get_zonefree "const struct memory_type *mtp"
95.Ft uint64_t
26.\"
27.Dd June 27, 2005
28.Os
29.Dt LIBMEMSTAT 3
30.Sh NAME
31.Nm libmemstat
32.Nd "library interface to retrieve kernel memory allocator statistics"
33.Sh LIBRARY

--- 54 unchanged lines hidden (view full) ---

88.Fn memstat_set_caller_pointer "struct memory_type *mtp" "int index" "void *value"
89.Ft uint64_t
90.Fn memstat_get_caller_uint64 "const struct memory_type *mtp" "int index"
91.Ft void
92.Fn memstat_set_caller_uint64 "struct memory_type *mtp" "int index" "uint64_t value"
93.Ft uint64_t
94.Fn memstat_get_zonefree "const struct memory_type *mtp"
95.Ft uint64_t
96.Fn memstat_get_kegfree "const struct memory_type *mtp"
97.Ft uint64_t
96.Fn memstat_get_percpu_memalloced "const struct memory_type *mtp" "int cpu"
97.Ft uint64_t
98.Fn memstat_get_percpu_memfreed "const struct memory_type *mtp" "int cpu"
99.Ft uint64_t
100.Fn memstat_get_percpu_numallocs "const struct memory_type *mtp" "int cpu"
101.Ft uint64_t
102.Fn memstat_get_percpu_numfrees "const struct memory_type *mtp" "int cpu"
103.Ft uint64_t

--- 170 unchanged lines hidden ---
98.Fn memstat_get_percpu_memalloced "const struct memory_type *mtp" "int cpu"
99.Ft uint64_t
100.Fn memstat_get_percpu_memfreed "const struct memory_type *mtp" "int cpu"
101.Ft uint64_t
102.Fn memstat_get_percpu_numallocs "const struct memory_type *mtp" "int cpu"
103.Ft uint64_t
104.Fn memstat_get_percpu_numfrees "const struct memory_type *mtp" "int cpu"
105.Ft uint64_t

--- 170 unchanged lines hidden ---