Imported Upstream version 1.57.0
[platform/upstream/boost.git] / libs / pool / doc / html / boost_pool / pool / introduction.html
index 3b7e671..c83a046 100644 (file)
 <div class="titlepage"><div><div><h3 class="title">
 <a name="boost_pool.pool.introduction"></a><a class="link" href="introduction.html" title="Introduction">Introduction</a>
 </h3></div></div></div>
-<a name="boost_pool.pool.introduction.what_is_pool_"></a><h6>
-<a name="boost_pool.pool.introduction.what_is_pool_-heading"></a>
-        <a class="link" href="introduction.html#boost_pool.pool.introduction.what_is_pool_">What is Pool?</a>
+<h6>
+<a name="boost_pool.pool.introduction.h0"></a>
+        <span><a name="boost_pool.pool.introduction.what_is_pool_"></a></span><a class="link" href="introduction.html#boost_pool.pool.introduction.what_is_pool_">What
+        is Pool?</a>
       </h6>
 <p>
         Pool allocation is a memory allocation scheme that is very fast, but limited
         concepts and <a class="link" href="pooling.html#boost_pool.pool.pooling.simple" title="Simple Segregated Storage">Simple Segregated
         Storage</a>).
       </p>
-<a name="boost_pool.pool.introduction.why_should_i_use_pool_"></a><h6>
-<a name="boost_pool.pool.introduction.why_should_i_use_pool_-heading"></a>
-        <a class="link" href="introduction.html#boost_pool.pool.introduction.why_should_i_use_pool_">Why should
-        I use Pool?</a>
+<h6>
+<a name="boost_pool.pool.introduction.h1"></a>
+        <span><a name="boost_pool.pool.introduction.why_should_i_use_pool_"></a></span><a class="link" href="introduction.html#boost_pool.pool.introduction.why_should_i_use_pool_">Why
+        should I use Pool?</a>
       </h6>
 <p>
         Using Pools gives you more control over how memory is used in your program.
         run their destructors or just drop them off into oblivion; the pool interface
         will guarantee that there are no system memory leaks.
       </p>
-<a name="boost_pool.pool.introduction.when_should_i_use_pool_"></a><h6>
-<a name="boost_pool.pool.introduction.when_should_i_use_pool_-heading"></a>
-        <a class="link" href="introduction.html#boost_pool.pool.introduction.when_should_i_use_pool_">When
-        should I use Pool?</a>
+<h6>
+<a name="boost_pool.pool.introduction.h2"></a>
+        <span><a name="boost_pool.pool.introduction.when_should_i_use_pool_"></a></span><a class="link" href="introduction.html#boost_pool.pool.introduction.when_should_i_use_pool_">When should
+        I use Pool?</a>
       </h6>
 <p>
         Pools are generally used when there is a lot of allocation and deallocation
@@ -64,9 +65,9 @@
         In general, use Pools when you need a more efficient way to do unusual memory
         control.
       </p>
-<a name="boost_pool.pool.introduction.which_pool_allocator_should_i_use_"></a><h6>
-<a name="boost_pool.pool.introduction.which_pool_allocator_should_i_use_-heading"></a>
-        <a class="link" href="introduction.html#boost_pool.pool.introduction.which_pool_allocator_should_i_use_">Which
+<h6>
+<a name="boost_pool.pool.introduction.h3"></a>
+        <span><a name="boost_pool.pool.introduction.which_pool_allocator_should_i_use_"></a></span><a class="link" href="introduction.html#boost_pool.pool.introduction.which_pool_allocator_should_i_use_">Which
         pool allocator should I use?</a>
       </h6>
 <p>