summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/malloc.3
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1997-08-27 06:40:34 +0000
committerphk <phk@FreeBSD.org>1997-08-27 06:40:34 +0000
commitf276c66ddf1b16b1286bda66924fb3eedadcb8c1 (patch)
tree694ab069eb58890f702bdc3a29e6ca951e21a890 /lib/libc/stdlib/malloc.3
parentf9bc029397a709b425651e92ed8f84b385e4e2c9 (diff)
downloadFreeBSD-src-f276c66ddf1b16b1286bda66924fb3eedadcb8c1.zip
FreeBSD-src-f276c66ddf1b16b1286bda66924fb3eedadcb8c1.tar.gz
Malloc option H is now default.
Diffstat (limited to 'lib/libc/stdlib/malloc.3')
-rw-r--r--lib/libc/stdlib/malloc.35
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/stdlib/malloc.3 b/lib/libc/stdlib/malloc.3
index ef77e80..6af08ec 100644
--- a/lib/libc/stdlib/malloc.3
+++ b/lib/libc/stdlib/malloc.3
@@ -34,7 +34,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)malloc.3 8.1 (Berkeley) 6/4/93
-.\" $Id: malloc.3,v 1.12 1997/06/22 17:54:27 phk Exp $
+.\" $Id: malloc.3,v 1.13 1997/07/01 18:39:36 phk Exp $
.\"
.Dd August 27, 1996
.Dt MALLOC 3
@@ -155,7 +155,8 @@ option.
This is intended for debugging and will impact performance negatively.
.It H
Pass a hint to the kernel about pages unused by the allocation functions.
-This may help performance if the system is paging excessively.
+This will help performance if the system is paging excessively. This
+option is on by default.
.It R
Cause the
.Fn realloc
OpenPOWER on IntegriCloud