From 1393d79a4c50fd5302a6844a5795de8c8ce83c16 Mon Sep 17 00:00:00 2001 From: Jason Evans Date: Wed, 18 Dec 2013 15:35:45 -0800 Subject: [PATCH] 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. --- doc/jemalloc.xml.in | 6 ------ 1 file changed, 6 deletions(-) diff --git a/doc/jemalloc.xml.in b/doc/jemalloc.xml.in index d6f72722..9fb1b76f 100644 --- a/doc/jemalloc.xml.in +++ b/doc/jemalloc.xml.in @@ -2208,12 +2208,6 @@ malloc_conf = "xmalloc:true";]]> is too large or too small; in this case as much data as possible are read despite the error. - - ENOMEM - - *oldlenp is too short to - hold the requested value. - ENOENT