summaryrefslogtreecommitdiff
path: root/doc/html/interprocess/architecture.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/interprocess/architecture.html')
-rw-r--r--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 b287202342..285169f2a2 100644
--- a/doc/html/interprocess/architecture.html
+++ b/doc/html/interprocess/architecture.html
@@ -265,7 +265,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_ma_idm46381347474592.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_ma_idm45963400744272.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...
@@ -299,7 +299,7 @@
</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_ma_idm46381347474592.html" title="Class template basic_managed_shared_memory">basic_managed_shared_memory</a></code>
+ <code class="computeroutput"><a class="link" href="../boost/interprocess/basic_ma_idm45963400744272.html" title="Class template basic_managed_shared_memory">basic_managed_shared_memory</a></code>
(for shared memory).
</li>
<li class="listitem">
@@ -311,7 +311,7 @@
(for heap allocated memory).
</li>
<li class="listitem">
- <code class="computeroutput"><a class="link" href="../boost/interprocess/basic_ma_idm46381347583104.html" title="Class template basic_managed_external_buffer">basic_managed_external_buffer</a></code>
+ <code class="computeroutput"><a class="link" href="../boost/interprocess/basic_ma_idm45963400852784.html" title="Class template basic_managed_external_buffer">basic_managed_external_buffer</a></code>
(for user provided external buffer).
</li>
</ul></div>