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(); 15UnitHeapTemplate( 16 size_t unit, 17 uptr addr, 18 size_t size, 19 s32 alignment = DEFAULT_ALIGNMENT, 20 bit32 option = 0 21); 22template <class MemoryBlock> 23explicit UnitHeapTemplate( 24 size_t unit, 25 const MemoryBlock & block, 26 s32 alignment = DEFAULT_ALIGNMENT, 27 bit32 option = 0 28); 29</pre> 30 </div> 31<h2>List of Overloaded Member Functions</h2> 32 <div class="section"> 33 <table class="members"> 34 <tr> 35 <td> 36<a href="./UnitHeapTemplate(0).html">UnitHeapTemplate ( ) </a> 37 </td> 38<td>Constructor. No initialization is performed.</td> 39 </tr> 40 <tr> 41 <td> 42<a href="./UnitHeapTemplate(1).html">UnitHeapTemplate ( size_t, uptr, size_t, s32, bit32 ) </a> 43 </td> 44<td>Constructor. Initializes the unit heap using the specified parameters.</td> 45 </tr> 46 <tr> 47 <td> 48<a href="./UnitHeapTemplate(2).html">UnitHeapTemplate ( size_t, const MemoryBlock &, s32, bit32 ) </a> 49 </td> 50<td>Constructor. Initializes the unit heap using the specified parameters.</td> 51 </tr> </table> 52 </div> 53<h2>Description of UnitHeapTemplate ( )</h2> 54 <div class="section"> 55<p>Constructor. No initialization is performed.</p> 56 </div> 57<h2>Description of UnitHeapTemplate ( size_t, uptr, size_t, s32, bit32 )</h2> 58 <div class="section"> 59<p>Constructor. Initializes the unit heap using the specified parameters.</p> 60 </div> 61<h2>Description of UnitHeapTemplate ( size_t, const MemoryBlock &, s32, bit32 )</h2> 62 <div class="section"> 63<p>Constructor. Initializes the unit heap using the specified parameters.</p> 64 </div> 65 <hr><p>CONFIDENTIAL</p></body> 66</html> 67