summaryrefslogtreecommitdiff
path: root/doc/html/interprocess/architecture.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/interprocess/architecture.html')
-rw-r--r--[-rwxr-xr-x]doc/html/interprocess/architecture.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/interprocess/architecture.html b/doc/html/interprocess/architecture.html
index 89136a5630..89c5e0e4de 100755..100644
--- a/doc/html/interprocess/architecture.html
+++ b/doc/html/interprocess/architecture.html
@@ -264,7 +264,7 @@
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_shared_me_id986512.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_sha_id992762.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...
@@ -298,7 +298,7 @@
</p>
<div class="itemizedlist"><ul class="itemizedlist" type="disc">
<li class="listitem">
- <code class="computeroutput"><a class="link" href="../boost/interprocess/basic_managed_shared_me_id986512.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_sha_id992762.html" title="Class template basic_managed_shared_memory">basic_managed_shared_memory</a></code>
(for shared memory).
</li>
<li class="listitem">
@@ -310,7 +310,7 @@
(for heap allocated memory).
</li>
<li class="listitem">
- <code class="computeroutput"><a class="link" href="../boost/interprocess/basic_managed_external__id985860.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_ext_id992111.html" title="Class template basic_managed_external_buffer">basic_managed_external_buffer</a></code>
(for user provided external buffer).
</li>
</ul></div>