X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/9bccf70c0258c7cac2dcb80011b2a964d884c552..refs/heads/master:/osfmk/man/HD_memory_manager.html diff --git a/osfmk/man/HD_memory_manager.html b/osfmk/man/HD_memory_manager.html old mode 100755 new mode 100644 index 36a1b5ea1..ff83a5004 --- a/osfmk/man/HD_memory_manager.html +++ b/osfmk/man/HD_memory_manager.html @@ -1 +1,47 @@ -
Function - Establish the official connection between the kernel and its default pager task.
kern_return_t host_default_memory_manager (host_priv_t host_priv, mach_port_make_send_t default_manager, vm_size_t cluster_size);
The host_default_memory_manager function establishes the default memory manager for a host. The named manager will be the target for future memory_object_create calls.
Only generic errors apply.
Functions: memory_object_create, vm_allocate. \ No newline at end of file +
+Function - Establish the official connection between the kernel and its default pager task. +
+kern_return_t host_default_memory_manager + (host_priv_t host_priv, + mach_port_make_send_t default_manager, + vm_size_t cluster_size); ++
+
+
+
+The host_default_memory_manager function establishes the default +memory manager for a host. The named manager will be the target for future +memory_object_create calls. +
+Only generic errors apply. +
+Functions: +memory_object_create, +vm_allocate.