summaryrefslogtreecommitdiffstats
path: root/jemalloc/doc
diff options
context:
space:
mode:
authorJason Evans <je@facebook.com>2010-04-02 20:48:39 (GMT)
committerJason Evans <je@facebook.com>2010-04-02 20:48:39 (GMT)
commit18ad8234b6dc77a00493240779fe17f8431240d6 (patch)
treea883fd3dde2ad966e29cf5146c5d7b4184f681a0 /jemalloc/doc
parentf18c98200145de70779a1b3286e7829b0268231e (diff)
downloadjemalloc-18ad8234b6dc77a00493240779fe17f8431240d6.zip
jemalloc-18ad8234b6dc77a00493240779fe17f8431240d6.tar.gz
jemalloc-18ad8234b6dc77a00493240779fe17f8431240d6.tar.bz2
Don't disable leak reporting due to sampling.
Leak reporting is useful even if sampling is enabled; some leaks may not be reported, but those reported are still genuine leaks.
Diffstat (limited to 'jemalloc/doc')
-rw-r--r--jemalloc/doc/jemalloc.3.in4
1 files changed, 1 insertions, 3 deletions
diff --git a/jemalloc/doc/jemalloc.3.in b/jemalloc/doc/jemalloc.3.in
index 7e80916..f51e806 100644
--- a/jemalloc/doc/jemalloc.3.in
+++ b/jemalloc/doc/jemalloc.3.in
@@ -38,7 +38,7 @@
.\" @(#)malloc.3 8.1 (Berkeley) 6/4/93
.\" $FreeBSD: head/lib/libc/stdlib/malloc.3 182225 2008-08-27 02:00:53Z jasone $
.\"
-.Dd March 31, 2010
+.Dd April 2, 2010
.Dt JEMALLOC 3
.Os
.Sh NAME
@@ -486,8 +486,6 @@ The default value is 128 bytes.
@roff_prof@also decreases the computational overhead.
@roff_prof@The default sample interval is one (i.e. all allocations are
@roff_prof@sampled).
-@roff_prof@A sample interval greater than one implicitly disables leak
-@roff_prof@reporting.
@roff_prof@.It U
@roff_prof@Trigger a memory profile dump every time the total virtual memory
@roff_prof@exceeds the previous maximum.