diff options
author | Rickard Green <[email protected]> | 2013-12-02 18:33:50 +0100 |
---|---|---|
committer | Rickard Green <[email protected]> | 2013-12-02 18:33:50 +0100 |
commit | 754d8ec0eec7a75b95bc970580e8b455095297ba (patch) | |
tree | 2b77220b1eaef68e000bc160d7f97bbc94e338b2 /erts/doc/src/erlang.xml | |
parent | 25b992335e82919d6166b860c9b97710c5f33ae1 (diff) | |
parent | 30e97f13e85efdc2d68282996cc6f907fc1cf9d6 (diff) | |
download | otp-754d8ec0eec7a75b95bc970580e8b455095297ba.tar.gz otp-754d8ec0eec7a75b95bc970580e8b455095297ba.tar.bz2 otp-754d8ec0eec7a75b95bc970580e8b455095297ba.zip |
Merge branch 'rickard/supercarrier-fix/OTP-11149' into maint
* rickard/supercarrier-fix/OTP-11149:
Documentation fix
Diffstat (limited to 'erts/doc/src/erlang.xml')
-rw-r--r-- | erts/doc/src/erlang.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/erts/doc/src/erlang.xml b/erts/doc/src/erlang.xml index 062caadad3..e3ef48a6c1 100644 --- a/erts/doc/src/erlang.xml +++ b/erts/doc/src/erlang.xml @@ -5420,7 +5420,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> |