Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/stdlib Note the potential danger in the options. Fi...
details: https://anonhg.NetBSD.org/src/rev/44f3ac6058dd
branches: trunk
changeset: 766346:44f3ac6058dd
user: jruoho <jruoho%NetBSD.org@localhost>
date: Tue Jun 21 03:02:57 2011 +0000
description:
Note the potential danger in the options. Fixes PR lib/31112.
diffstat:
lib/libc/stdlib/jemalloc.3 | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diffs (25 lines):
diff -r 8e16c98d9bb2 -r 44f3ac6058dd lib/libc/stdlib/jemalloc.3
--- a/lib/libc/stdlib/jemalloc.3 Tue Jun 21 02:48:27 2011 +0000
+++ b/lib/libc/stdlib/jemalloc.3 Tue Jun 21 03:02:57 2011 +0000
@@ -34,7 +34,7 @@
.\" @(#)malloc.3 8.1 (Berkeley) 6/4/93
.\" $FreeBSD: src/lib/libc/stdlib/malloc.3,v 1.73 2007/06/15 22:32:33 jasone Exp $
.\"
-.Dd May 14, 2010
+.Dd June 21, 2011
.Dt JEMALLOC 3
.Os
.Sh NAME
@@ -172,8 +172,11 @@
This is intended for debugging and will impact performance negatively.
.El
.Pp
+Extra care should be taken when enabling
+any of the options in production environments.
The
-.Em J
+.Em A ,
+.Em J ,
and
.Em Z
options are intended for testing and debugging.
Home |
Main Index |
Thread Index |
Old Index