1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2<html xml:lang="en-US" lang="en-US" xmlns="http://www.w3.org/1999/xhtml">
3  <head>
4    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
5    <meta http-equiv="Content-Style-Type" content="text/css" />
6    <link rel="stylesheet" href="../../../css/manpage.css" type="text/css" />
7<title>UnitHeapTemplate</title>
8  </head>
9  <body>
10<h1>nn::fnd::UnitHeapTemplate::UnitHeapTemplate Constructor</h1>
11<h2>Syntax</h2>
12    <div class="section">
13      <pre class="definition">
14UnitHeapTemplate();
15
16UnitHeapTemplate(
17     size_t unit,
18     uptr addr,
19     size_t size,
20     s32 alignment = DEFAULT_ALIGNMENT,
21     bit32 option = 0
22);
23
24template &lt;class MemoryBlock&gt;
25explicit UnitHeapTemplate(
26     size_t unit,
27     const MemoryBlock & block,
28     s32 alignment = DEFAULT_ALIGNMENT,
29     bit32 option = 0
30);
31</pre>
32    </div>
33<h2>List of Overloaded Member Functions</h2>
34    <div class="section">
35      <table class="members">
36        <tr>
37          <td>
38<a href="./UnitHeapTemplate(0).html">UnitHeapTemplate (  ) </a>
39          </td>
40<td>Constructor. No initialization is performed.</td>
41        </tr>
42        <tr>
43          <td>
44<a href="./UnitHeapTemplate(1).html">UnitHeapTemplate ( size_t, uptr, size_t, s32, bit32 ) </a>
45          </td>
46<td>Constructor. Initializes the unit heap using the specified parameters.</td>
47        </tr>
48        <tr>
49          <td>
50<a href="./UnitHeapTemplate(2).html">UnitHeapTemplate ( size_t, const MemoryBlock &, s32, bit32 ) </a>
51          </td>
52<td>Constructor. Initializes the unit heap using the specified parameters.</td>
53        </tr> </table>
54    </div>
55<h2>Description of UnitHeapTemplate (  )</h2>
56    <div class="section">
57<p>Constructor. No initialization is performed.</p>
58    </div>
59<h2>Description of UnitHeapTemplate ( size_t, uptr, size_t, s32, bit32 )</h2>
60    <div class="section">
61<p>Constructor. Initializes the unit heap using the specified parameters.</p>
62    </div>
63<h2>Description of UnitHeapTemplate ( size_t, const MemoryBlock &, s32, bit32 )</h2>
64    <div class="section">
65<p>Constructor. Initializes the unit heap using the specified parameters.</p>
66    </div>
67  <hr><p>CONFIDENTIAL</p></body>
68</html>