aboutsummaryrefslogtreecommitdiffstats
path: root/erts/doc/src/erlang.xml
diff options
context:
space:
mode:
authorRickard Green <[email protected]>2013-12-02 18:21:16 +0100
committerRickard Green <[email protected]>2013-12-02 18:32:55 +0100
commit30e97f13e85efdc2d68282996cc6f907fc1cf9d6 (patch)
tree48313fd64f72709d4d004107089a04b8062d9ee3 /erts/doc/src/erlang.xml
parent6cd261deb5fec413eb196b620a4618cfa0781458 (diff)
downloadotp-30e97f13e85efdc2d68282996cc6f907fc1cf9d6.tar.gz
otp-30e97f13e85efdc2d68282996cc6f907fc1cf9d6.tar.bz2
otp-30e97f13e85efdc2d68282996cc6f907fc1cf9d6.zip
Documentation fix
Diffstat (limited to 'erts/doc/src/erlang.xml')
-rw-r--r--erts/doc/src/erlang.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/erts/doc/src/erlang.xml b/erts/doc/src/erlang.xml
index bc38055b62..287346340c 100644
--- a/erts/doc/src/erlang.xml
+++ b/erts/doc/src/erlang.xml
@@ -5316,7 +5316,11 @@ ok
As of erts version 5.6.1 the return value is a list
of <c>{instance, InstanceNo, InstanceInfo}</c> tuples
where <c>InstanceInfo</c> contains information about
- a specific instance of the allocator.
+ a specific instance of the allocator. As of erts version
+ 5.10.4 the returned list when calling
+ <c>erlang:system_info({allocator, mseg_alloc})</c> also
+ include an <c>{erts_mmap, _}</c> tuple as one element
+ in the list.
If <c><anno>Alloc</anno></c> is not a recognized allocator,
<c>undefined</c> is returned. If <c><anno>Alloc</anno></c> is disabled,
<c>false</c> is returned.</p>