diff options
author | Jason Evans <je@fb.com> | 2013-12-18 23:35:45 (GMT) |
---|---|---|
committer | Jason Evans <je@fb.com> | 2013-12-18 23:35:45 (GMT) |
commit | 1393d79a4c50fd5302a6844a5795de8c8ce83c16 (patch) | |
tree | dc95c62d5a72108c8fe13eea41f70fc3fd7b71d4 /doc | |
parent | 1b75b4e6d11814f470e797be4a610a2e3ae323d5 (diff) | |
download | jemalloc-1393d79a4c50fd5302a6844a5795de8c8ce83c16.zip jemalloc-1393d79a4c50fd5302a6844a5795de8c8ce83c16.tar.gz jemalloc-1393d79a4c50fd5302a6844a5795de8c8ce83c16.tar.bz2 |
Remove ENOMEM from the documented set of *mallctl() errors.
*mallctl() always returns EINVAL and does partial result copying when
*oldlenp is to short to hold the requested value, rather than returning
ENOMEM. Therefore remove ENOMEM from the documented set of possible
errors.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/jemalloc.xml.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/jemalloc.xml.in b/doc/jemalloc.xml.in index d6f7272..9fb1b76 100644 --- a/doc/jemalloc.xml.in +++ b/doc/jemalloc.xml.in @@ -2209,12 +2209,6 @@ malloc_conf = "xmalloc:true";]]></programlisting> are read despite the error.</para></listitem> </varlistentry> <varlistentry> - <term><errorname>ENOMEM</errorname></term> - - <listitem><para><parameter>*oldlenp</parameter> is too short to - hold the requested value.</para></listitem> - </varlistentry> - <varlistentry> <term><errorname>ENOENT</errorname></term> <listitem><para><parameter>name</parameter> or |