]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/man/VSD_memory_manager.html
xnu-792.6.76.tar.gz
[apple/xnu.git] / osfmk / man / VSD_memory_manager.html
index 7a10433347351c0f3464ed2af257bc2e3e758053..28e81f333aa3e8beeba0728c4d547145076cad8c 100755 (executable)
@@ -1 +1,44 @@
-<h2>vm_set_default_memory_manager</h2>\r<hr>\r<p>\r<strong>Function</strong> - Obsolete interface.  Functionality now provided via host_set_default_memory_manager interface.<h3>SYNOPSIS</h3>\r<pre>\r<strong>kern_return_t   vm_set_default_memory_manager</strong>\r                <strong>(host_priv_t</strong>                          <var>host_priv</var>,\r                 <strong>mach_port_move_send_t</strong>          <var>default_manager</var><strong>);</strong>\r</pre>\r<h3>PARAMETERS</h3>\r<dl>\r<p>\r<dt> <var>host_priv</var> \r<dd>\r[in host-control send right]\rThe control port naming the host for which \rthe default memory manager is to be set.\r<p>\r<dt> <var>default_manager</var> \r<dd>\r[pointer to in/out default-pager send right]\rA memory manager port to \rthe new default memory manager.  If this value is <strong>MACH_PORT_NULL</strong>, \rthe old memory manager is not changed.  The old memory\rmanager port is returned in this variable.\r</dl>\r<h3>DESCRIPTION</h3>\r<p>\rThe <strong>vm_set_default_memory_manager</strong> function establishes the default\rmemory manager for a host.  The named manager will be the target for future\r<strong>memory_object_create</strong> calls.\r<h3>NOTES</h3>\rThe <strong>vm_set_default_memory_manager</strong> interface has been\rrenamed to <strong>host_default_memory_manager</strong>.  The old \r<strong>vm_set_default_memory_manager</strong> interface has been retained\rfor backward compatibility, without the <var>cluster_size</var> parameter.\r<h3>RETURN VALUES</h3>\r<p>\rOnly generic errors apply.\r<h3>RELATED INFORMATION</h3>\r<p>\rFunctions:\r<a href="memory_object_create.html"><strong>memory_object_create</strong></a>,\r<a href="vm_allocate.html"><strong>vm_allocate</strong></a>.\r
\ No newline at end of file
+<h2>vm_set_default_memory_manager</h2>
+<hr>
+<p>
+<strong>Function</strong> - Obsolete interface.  Functionality now provided via host_set_default_memory_manager interface.<h3>SYNOPSIS</h3>
+<pre>
+<strong>kern_return_t   vm_set_default_memory_manager</strong>
+                <strong>(host_priv_t</strong>                          <var>host_priv</var>,
+                 <strong>mach_port_move_send_t</strong>          <var>default_manager</var><strong>);</strong>
+</pre>
+<h3>PARAMETERS</h3>
+<dl>
+<p>
+<dt> <var>host_priv</var> 
+<dd>
+[in host-control send right]
+The control port naming the host for which 
+the default memory manager is to be set.
+<p>
+<dt> <var>default_manager</var> 
+<dd>
+[pointer to in/out default-pager send right]
+A memory manager port to 
+the new default memory manager.  If this value is <strong>MACH_PORT_NULL</strong>, 
+the old memory manager is not changed.  The old memory
+manager port is returned in this variable.
+</dl>
+<h3>DESCRIPTION</h3>
+<p>
+The <strong>vm_set_default_memory_manager</strong> function establishes the default
+memory manager for a host.  The named manager will be the target for future
+<strong>memory_object_create</strong> calls.
+<h3>NOTES</h3>
+The <strong>vm_set_default_memory_manager</strong> interface has been
+renamed to <strong>host_default_memory_manager</strong>.  The old 
+<strong>vm_set_default_memory_manager</strong> interface has been retained
+for backward compatibility, without the <var>cluster_size</var> parameter.
+<h3>RETURN VALUES</h3>
+<p>
+Only generic errors apply.
+<h3>RELATED INFORMATION</h3>
+<p>
+Functions:
+<a href="memory_object_create.html"><strong>memory_object_create</strong></a>,
+<a href="vm_allocate.html"><strong>vm_allocate</strong></a>.