summaryrefslogtreecommitdiff
path: root/erts/doc/src/erts_alloc.xml
diff options
context:
space:
mode:
Diffstat (limited to 'erts/doc/src/erts_alloc.xml')
-rw-r--r--erts/doc/src/erts_alloc.xml26
1 files changed, 3 insertions, 23 deletions
diff --git a/erts/doc/src/erts_alloc.xml b/erts/doc/src/erts_alloc.xml
index da293f9c45..914c936095 100644
--- a/erts/doc/src/erts_alloc.xml
+++ b/erts/doc/src/erts_alloc.xml
@@ -4,7 +4,7 @@
<cref>
<header>
<copyright>
- <year>2002</year><year>2022</year>
+ <year>2002</year><year>2023</year>
<holder>Ericsson AB. All Rights Reserved.</holder>
</copyright>
<legalnotice>
@@ -573,7 +573,7 @@
<item>
<p>Adds a small tag to each allocated block that contains basic
information about what it is and who allocated it. Use the
- <seeerl marker="tools:instrument"><c>instrument</c></seeerl>
+ <seeerl marker="runtime_tools:instrument"><c>instrument</c></seeerl>
module to inspect this information.</p>
<p>The runtime overhead is one word per allocation when enabled. This
@@ -832,18 +832,6 @@
<p>Configures all allocators as they were configured in respective
Erlang/OTP release. These will eventually be removed.</p>
</item>
- <tag><c>config</c></tag>
- <item>
- <p>Disables features that cannot be enabled while creating an
- allocator configuration with
- <seeerl marker="runtime_tools:erts_alloc_config">
- <c>erts_alloc_config(3)</c></seeerl>.</p>
- <note>
- <p>This option is to be used only while running
- <c>erts_alloc_config(3)</c>, <em>not</em> when
- using the created configuration.</p>
- </note>
- </item>
</taglist>
</item>
<tag><marker id="Mlpm"/><c>+Mlpm all|no</c></tag>
@@ -899,21 +887,13 @@
<p><c>erts_alloc</c> is not obliged to strictly use the settings that
have been passed to it (it can even ignore them).</p>
</note>
-
- <p>The <seeerl marker="runtime_tools:erts_alloc_config">
- <c>erts_alloc_config(3)</c></seeerl>
- tool can be used to aid creation of an
- <c>erts_alloc</c> configuration that is suitable for a limited
- number of runtime scenarios.</p>
</section>
<section>
<title>See Also</title>
<p><seecom marker="erl"><c>erl(1)</c></seecom>,
<seeerl marker="erlang"><c>erlang(3)</c></seeerl>,
- <seeerl marker="runtime_tools:erts_alloc_config">
- <c>erts_alloc_config(3)</c></seeerl>,
- <seeerl marker="tools:instrument">
+ <seeerl marker="runtime_tools:instrument">
<c>instrument(3)</c></seeerl></p>
</section>
</cref>