You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

58 lines
3.4 KiB

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  2. <html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
  3. <title>tbb::interface6::memory_pool&lt; Alloc &gt; Class Template Reference</title>
  4. <link href="doxygen.css" rel="stylesheet" type="text/css">
  5. <link href="tabs.css" rel="stylesheet" type="text/css">
  6. </head><body>
  7. <!-- Generated by Doxygen 1.4.7 -->
  8. <div class="tabs">
  9. <ul>
  10. <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
  11. <li><a href="modules.html"><span>Modules</span></a></li>
  12. <li><a href="namespaces.html"><span>Namespaces</span></a></li>
  13. <li id="current"><a href="annotated.html"><span>Classes</span></a></li>
  14. <li><a href="files.html"><span>Files</span></a></li>
  15. <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
  16. </ul></div>
  17. <div class="tabs">
  18. <ul>
  19. <li><a href="annotated.html"><span>Class&nbsp;List</span></a></li>
  20. <li><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li>
  21. <li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
  22. </ul></div>
  23. <div class="nav">
  24. <a class="el" href="a00428.html">tbb</a>::<b>interface6</b>::<a class="el" href="a00307.html">memory_pool</a></div>
  25. <h1>tbb::interface6::memory_pool&lt; Alloc &gt; Class Template Reference</h1><!-- doxytag: class="tbb::interface6::memory_pool" -->Thread-safe growable pool allocator for variable-size requests.
  26. <a href="#_details">More...</a>
  27. <p>
  28. <code>#include &lt;memory_pool.h&gt;</code>
  29. <p>
  30. <a href="a00088.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0">
  31. <tr><td></td></tr>
  32. <tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
  33. <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="2822528265718a4c779591fc37c02ca8"></a><!-- doxytag: member="tbb::interface6::memory_pool::memory_pool" ref="2822528265718a4c779591fc37c02ca8" args="(const Alloc &amp;src=Alloc())" -->
  34. &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00307.html#2822528265718a4c779591fc37c02ca8">memory_pool</a> (const Alloc &amp;src=Alloc())</td></tr>
  35. <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">construct pool with underlying allocator <br></td></tr>
  36. <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="anchor" name="fdad7c4ed08332ec384491a71b721957"></a><!-- doxytag: member="tbb::interface6::memory_pool::~memory_pool" ref="fdad7c4ed08332ec384491a71b721957" args="()" -->
  37. &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="a00307.html#fdad7c4ed08332ec384491a71b721957">~memory_pool</a> ()</td></tr>
  38. <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">destroy pool <br></td></tr>
  39. </table>
  40. <hr><a name="_details"></a><h2>Detailed Description</h2>
  41. <h3>template&lt;typename Alloc&gt;<br>
  42. class tbb::interface6::memory_pool&lt; Alloc &gt;</h3>
  43. Thread-safe growable pool allocator for variable-size requests.
  44. <p>
  45. <hr>The documentation for this class was generated from the following file:<ul>
  46. <li><a class="el" href="a00386.html">memory_pool.h</a></ul>
  47. <hr>
  48. <p></p>
  49. Copyright &copy; 2005-2013 Intel Corporation. All Rights Reserved.
  50. <p></p>
  51. Intel, Pentium, Intel Xeon, Itanium, Intel XScale and VTune are
  52. registered trademarks or trademarks of Intel Corporation or its
  53. subsidiaries in the United States and other countries.
  54. <p></p>
  55. * Other names and brands may be claimed as the property of others.