summaryrefslogtreecommitdiffstats
path: root/jemalloc/doc
diff options
context:
space:
mode:
authorJason Evans <je@facebook.com>2010-09-30 23:55:08 (GMT)
committerJason Evans <je@facebook.com>2010-09-30 23:55:08 (GMT)
commit6005f0710cf07d60659d91b20b7ff5592d310027 (patch)
tree3d6563bc1c76c5f9526c18bc70478b028948fbc6 /jemalloc/doc
parent075e77cad47cc45491df62f555e665a4401608fd (diff)
downloadjemalloc-6005f0710cf07d60659d91b20b7ff5592d310027.zip
jemalloc-6005f0710cf07d60659d91b20b7ff5592d310027.tar.gz
jemalloc-6005f0710cf07d60659d91b20b7ff5592d310027.tar.bz2
Add the "arenas.purge" mallctl.
Diffstat (limited to 'jemalloc/doc')
-rw-r--r--jemalloc/doc/jemalloc.3.in8
1 files changed, 7 insertions, 1 deletions
diff --git a/jemalloc/doc/jemalloc.3.in b/jemalloc/doc/jemalloc.3.in
index 9dc4b25..f32c4bf 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 September 17, 2010
+.Dd September 30, 2010
.Dt JEMALLOC 3
.Os
.Sh NAME
@@ -1185,6 +1185,12 @@ Total number of large size classes.
Maximum size supported by this large size class.
.Ed
.\"-----------------------------------------------------------------------------
+.It Sy "arenas.purge (unsigned) -w"
+.Bd -ragged -offset indent -compact
+Purge unused dirty pages for the specified arena, or for all arenas if none is
+specified.
+.Ed
+.\"-----------------------------------------------------------------------------
@roff_prof@.It Sy "prof.active (bool) rw"
@roff_prof@.Bd -ragged -offset indent -compact
@roff_prof@Control whether sampling is currently active.