Deleted Added
full compact
jemalloc.3 (262521) jemalloc.3 (263974)
1'\" t
2.\" Title: JEMALLOC
3.\" Author: Jason Evans
4.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
1'\" t
2.\" Title: JEMALLOC
3.\" Author: Jason Evans
4.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
5.\" Date: 02/25/2014
5.\" Date: 03/31/2014
6.\" Manual: User Manual
6.\" Manual: User Manual
7.\" Source: jemalloc 3.5.1-0-g7709a64c59daf0b1f938be49472fcc499e1bd136
7.\" Source: jemalloc 3.6.0-0-g46c0af68bd248b04df75e4f92d5fb804c3d75340
8.\" Language: English
9.\"
8.\" Language: English
9.\"
10.TH "JEMALLOC" "3" "02/25/2014" "jemalloc 3.5.1-0-g7709a64c59da" "User Manual"
10.TH "JEMALLOC" "3" "03/31/2014" "jemalloc 3.6.0-0-g46c0af68bd24" "User Manual"
11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------
14.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
15.\" http://bugs.debian.org/507673
16.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
17.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
18.ie \n(.g .ds Aq \(aq

--- 7 unchanged lines hidden (view full) ---

26.ad l
27.\" -----------------------------------------------------------------
28.\" * MAIN CONTENT STARTS HERE *
29.\" -----------------------------------------------------------------
30.SH "NAME"
31jemalloc \- general purpose memory allocation functions
32.SH "LIBRARY"
33.PP
11.\" -----------------------------------------------------------------
12.\" * Define some portability stuff
13.\" -----------------------------------------------------------------
14.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
15.\" http://bugs.debian.org/507673
16.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
17.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
18.ie \n(.g .ds Aq \(aq

--- 7 unchanged lines hidden (view full) ---

26.ad l
27.\" -----------------------------------------------------------------
28.\" * MAIN CONTENT STARTS HERE *
29.\" -----------------------------------------------------------------
30.SH "NAME"
31jemalloc \- general purpose memory allocation functions
32.SH "LIBRARY"
33.PP
34This manual describes jemalloc 3\&.5\&.1\-0\-g7709a64c59daf0b1f938be49472fcc499e1bd136\&. More information can be found at the
34This manual describes jemalloc 3\&.6\&.0\-0\-g46c0af68bd248b04df75e4f92d5fb804c3d75340\&. More information can be found at the
35\m[blue]\fBjemalloc website\fR\m[]\&\s-2\u[1]\d\s+2\&.
36.PP
37The following configuration options are enabled in libc\*(Aqs built\-in jemalloc:
38\fB\-\-enable\-dss\fR,
39\fB\-\-enable\-experimental\fR,
40\fB\-\-enable\-fill\fR,
41\fB\-\-enable\-lazy\-lock\fR,
42\fB\-\-enable\-munmap\fR,

--- 987 unchanged lines hidden (view full) ---

1030.RS 4
1031Purge unused dirty pages for arena <i>, or for all arenas if <i> equals
1032"arenas\&.narenas"\&.
1033.RE
1034.PP
1035"arena\&.<i>\&.dss" (\fBconst char *\fR) rw
1036.RS 4
1037Set the precedence of dss allocation as related to mmap allocation for arena <i>, or for all arenas if <i> equals
35\m[blue]\fBjemalloc website\fR\m[]\&\s-2\u[1]\d\s+2\&.
36.PP
37The following configuration options are enabled in libc\*(Aqs built\-in jemalloc:
38\fB\-\-enable\-dss\fR,
39\fB\-\-enable\-experimental\fR,
40\fB\-\-enable\-fill\fR,
41\fB\-\-enable\-lazy\-lock\fR,
42\fB\-\-enable\-munmap\fR,

--- 987 unchanged lines hidden (view full) ---

1030.RS 4
1031Purge unused dirty pages for arena <i>, or for all arenas if <i> equals
1032"arenas\&.narenas"\&.
1033.RE
1034.PP
1035"arena\&.<i>\&.dss" (\fBconst char *\fR) rw
1036.RS 4
1037Set the precedence of dss allocation as related to mmap allocation for arena <i>, or for all arenas if <i> equals
1038"arenas\&.narenas"\&. See
1038"arenas\&.narenas"\&. Note that even during huge allocation this setting is read from the arena that would be chosen for small or large allocation so that applications can depend on consistent dss versus mmap allocation regardless of allocation size\&. See
1039"opt\&.dss"
1040for supported settings\&.
1041.RE
1042.PP
1043"arenas\&.narenas" (\fBunsigned\fR) r\-
1044.RS 4
1045Current limit on number of arenas\&.
1046.RE

--- 618 unchanged lines hidden ---
1039"opt\&.dss"
1040for supported settings\&.
1041.RE
1042.PP
1043"arenas\&.narenas" (\fBunsigned\fR) r\-
1044.RS 4
1045Current limit on number of arenas\&.
1046.RE

--- 618 unchanged lines hidden ---