Imported Upstream version 1.64.0
[platform/upstream/boost.git] / doc / html / interprocess / architecture.html
index 852e51a..9f68da5 100644 (file)
           The <span class="bold"><strong>Boost.Interprocess</strong></span> managed memory
           segments that construct the shared memory/memory mapped file, place there
           the segment manager and forward the user requests to the segment manager.
-          For example, <code class="computeroutput"><a class="link" href="../boost/interprocess/basic_managed__idp46727952.html" title="Class template basic_managed_shared_memory">basic_managed_shared_memory</a></code>
+          For example, <code class="computeroutput"><a class="link" href="../boost/interprocess/basic_managed__idp43911744.html" title="Class template basic_managed_shared_memory">basic_managed_shared_memory</a></code>
           is a <span class="bold"><strong>Boost.Interprocess</strong></span> managed memory
           segment that works with shared memory. <code class="computeroutput"><a class="link" href="../boost/interprocess/basic_managed_mapped_file.html" title="Class template basic_managed_mapped_file">basic_managed_mapped_file</a></code>
           works with memory mapped files, etc...
         </p>
 <div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
 <li class="listitem">
-              <code class="computeroutput"><a class="link" href="../boost/interprocess/basic_managed__idp46727952.html" title="Class template basic_managed_shared_memory">basic_managed_shared_memory</a></code>
+              <code class="computeroutput"><a class="link" href="../boost/interprocess/basic_managed__idp43911744.html" title="Class template basic_managed_shared_memory">basic_managed_shared_memory</a></code>
               (for shared memory).
             </li>
 <li class="listitem">
               (for heap allocated memory).
             </li>
 <li class="listitem">
-              <code class="computeroutput"><a class="link" href="../boost/interprocess/basic_managed__idp46619440.html" title="Class template basic_managed_external_buffer">basic_managed_external_buffer</a></code>
+              <code class="computeroutput"><a class="link" href="../boost/interprocess/basic_managed__idp43803232.html" title="Class template basic_managed_external_buffer">basic_managed_external_buffer</a></code>
               (for user provided external buffer).
             </li>
 </ul></div>