aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/malloc.3
diff options
context:
space:
mode:
authorGiorgos Keramidas <keramida@FreeBSD.org>2006-06-20 23:42:29 +0000
committerGiorgos Keramidas <keramida@FreeBSD.org>2006-06-20 23:42:29 +0000
commit8b445476b19a32e1357d9f66ff3b21b5effb4e57 (patch)
tree06123272a2e2a804f63edfe3ade9354f2ab96c52 /lib/libc/stdlib/malloc.3
parent433d0e95032ca7d875fac9ffa6137fb987d54ee5 (diff)
Notes
Diffstat (limited to 'lib/libc/stdlib/malloc.3')
-rw-r--r--lib/libc/stdlib/malloc.39
1 files changed, 2 insertions, 7 deletions
diff --git a/lib/libc/stdlib/malloc.3 b/lib/libc/stdlib/malloc.3
index 8974f7c00b59..29519957f749 100644
--- a/lib/libc/stdlib/malloc.3
+++ b/lib/libc/stdlib/malloc.3
@@ -36,7 +36,7 @@
.\" @(#)malloc.3 8.1 (Berkeley) 6/4/93
.\" $FreeBSD$
.\"
-.Dd August 19, 2004
+.Dd June 21, 2006
.Dt MALLOC 3
.Os
.Sh NAME
@@ -192,9 +192,6 @@ as well as all memory returned by
or
.Fn reallocf
will be initialized to 0xd0.
-This options also sets the
-.Dq R
-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.
@@ -241,9 +238,7 @@ _malloc_options = "X";
.It Z
This option implicitly sets the
.Dq J
-and
-.Dq R
-options, and then zeros out the bytes that were requested.
+option, and then zeros out the bytes that were requested.
This is intended for debugging and will impact performance negatively.
.It <
Reduce the size of the cache by a factor of two.