X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/9bccf70c0258c7cac2dcb80011b2a964d884c552..2a1bd2d3eef5c7a7bb14f4bb9fdbca9a96ee4752:/osfmk/man/vm_statistics.html diff --git a/osfmk/man/vm_statistics.html b/osfmk/man/vm_statistics.html old mode 100755 new mode 100644 index cc72acccf..d16ac5599 --- a/osfmk/man/vm_statistics.html +++ b/osfmk/man/vm_statistics.html @@ -1 +1,98 @@ -
Structure - Defines statistics for the kernel's use of virtual memory.
struct vm_statistics { integer_t free_count; integer_t active_count; integer_t inactive_count; integer_t wire_count; integer_t zero_fill_count; integer_t reactivations; integer_t pageins; integer_t pageouts; integer_t faults; integer_t cow_faults; integer_t lookups; integer_t hits; }; typedef struct vm_statistics* vm_statistics_t;
The vm_statistics structure defines the statistics available on the kernel's use of virtual memory. The statistics record virtual memory usage since the kernel was booted.
For related information for a specific task, see the task_basic_info structure.
This structure is machine word length specific because of the memory sizes returned.
Functions: task_info, host_page_size.
Data Structures: task_basic_info. \ No newline at end of file +
+Structure - Defines statistics for the kernel's use of virtual memory. +
+struct vm_statistics +{ + integer_t free_count; + integer_t active_count; + integer_t inactive_count; + integer_t wire_count; + integer_t zero_fill_count; + integer_t reactivations; + integer_t pageins; + integer_t pageouts; + integer_t faults; + integer_t cow_faults; + integer_t lookups; + integer_t hits; +}; + +typedef struct vm_statistics* vm_statistics_t; ++
+
+
+
+
+
+
+
+
+
+
+
+The vm_statistics structure defines the statistics +available on the kernel's use of +virtual memory. The statistics record virtual memory usage since +the kernel was booted. +
+For related information for a specific task, see the task_basic_info +structure. +
+This structure is machine word length specific because of the memory sizes +returned. +
+Functions: +task_info, +host_page_size. +
+Data Structures: +task_basic_info. +