1*e13b1fa5SApple OSS Distributions<h2>kernel_resource_sizes</h2>
2*e13b1fa5SApple OSS Distributions<hr>
3*e13b1fa5SApple OSS Distributions<p>
4*e13b1fa5SApple OSS Distributions<strong>Structure</strong> - Used to present the sizes of kernel's major structures.
5*e13b1fa5SApple OSS Distributions<h3>SYNOPSIS</h3>
6*e13b1fa5SApple OSS Distributions<pre>
7*e13b1fa5SApple OSS Distributions<strong>struct kernel_resource_sizes</strong>
8*e13b1fa5SApple OSS Distributions<strong>{</strong>
9*e13b1fa5SApple OSS Distributions       <strong>vm_size_t</strong>               <var>task</var><strong>;</strong>
10*e13b1fa5SApple OSS Distributions       <strong>vm_size_t</strong>             <var>thread</var><strong>;</strong>
11*e13b1fa5SApple OSS Distributions       <strong>vm_size_t</strong>               <var>port</var><strong>;</strong>
12*e13b1fa5SApple OSS Distributions       <strong>vm_size_t</strong>      <var>memory_region</var><strong>;</strong>
13*e13b1fa5SApple OSS Distributions       <strong>vm_size_t</strong>      <var>memory_object</var><strong>;</strong>
14*e13b1fa5SApple OSS Distributions<strong>};</strong>
15*e13b1fa5SApple OSS Distributions
16*e13b1fa5SApple OSS Distributions<strong>typedef struct kernel_resource_sizes* kernel_resource_sizes_t;</strong>
17*e13b1fa5SApple OSS Distributions</pre>
18*e13b1fa5SApple OSS Distributions<h3>FIELDS</h3>
19*e13b1fa5SApple OSS Distributions<dl>
20*e13b1fa5SApple OSS Distributions<dt> <var>task</var>
21*e13b1fa5SApple OSS Distributions<dd>
22*e13b1fa5SApple OSS DistributionsSpace consumed by an empty task.
23*e13b1fa5SApple OSS Distributions<p>
24*e13b1fa5SApple OSS Distributions<dt> <var>thread</var>
25*e13b1fa5SApple OSS Distributions<dd>
26*e13b1fa5SApple OSS DistributionsSpace consumed by a thread.
27*e13b1fa5SApple OSS Distributions<p>
28*e13b1fa5SApple OSS Distributions<dt> <var>port</var>
29*e13b1fa5SApple OSS Distributions<dd>
30*e13b1fa5SApple OSS DistributionsSpace consumed by a port with an empty message queue.
31*e13b1fa5SApple OSS Distributions<p>
32*e13b1fa5SApple OSS Distributions<dt> <var>memory_region</var>
33*e13b1fa5SApple OSS Distributions<dd>
34*e13b1fa5SApple OSS DistributionsSpace consumed by each distinct memory region (as reported by
35*e13b1fa5SApple OSS Distributions<strong>vm_region</strong>) in a task's address space.
36*e13b1fa5SApple OSS Distributions<p>
37*e13b1fa5SApple OSS Distributions<dt> <var>memory_object</var>
38*e13b1fa5SApple OSS Distributions<dd>
39*e13b1fa5SApple OSS DistributionsSpace consumed to manage a memory object with no resident pages or
40*e13b1fa5SApple OSS Distributionscopy objects.
41*e13b1fa5SApple OSS Distributions</dl>
42*e13b1fa5SApple OSS Distributions<h3>DESCRIPTION</h3>
43*e13b1fa5SApple OSS Distributions<p>
44*e13b1fa5SApple OSS DistributionsThe <strong>kernel_resource_sizes</strong> structure defines the sizes
45*e13b1fa5SApple OSS Distributionsof significant kernel
46*e13b1fa5SApple OSS Distributionsstructures.
47*e13b1fa5SApple OSS Distributions<h3>RELATED INFORMATION</h3>
48*e13b1fa5SApple OSS Distributions<p>
49*e13b1fa5SApple OSS DistributionsFunctions:
50*e13b1fa5SApple OSS Distributions<a href="host_info.html"><strong>host_info</strong></a>.
51