Deleted Added
full compact
jemalloc.3 (242844) jemalloc.3 (245868)
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: 11/09/2012
5.\" Date: 01/23/2013
6.\" Manual: User Manual
6.\" Manual: User Manual
7.\" Source: jemalloc 3.2.0-0-g87499f6748ebe4817571e817e9f680ccb5bf54a9
7.\" Source: jemalloc 3.3.0-0-g83789f45307379e096c4e8be81d9e9a51e3f5a4a
8.\" Language: English
9.\"
8.\" Language: English
9.\"
10.TH "JEMALLOC" "3" "11/09/2012" "jemalloc 3.2.0-0-g87499f6748eb" "User Manual"
10.TH "JEMALLOC" "3" "01/23/2013" "jemalloc 3.3.0-0-g83789f453073" "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\&.2\&.0\-0\-g87499f6748ebe4817571e817e9f680ccb5bf54a9\&. More information can be found at the
34This manual describes jemalloc 3\&.3\&.0\-0\-g83789f45307379e096c4e8be81d9e9a51e3f5a4a\&. 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,

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

647\fBabort\fR(3)
648in these cases\&. This option is disabled by default unless
649\fB\-\-enable\-debug\fR
650is specified during configuration, in which case it is enabled by default\&.
651.RE
652.PP
653"opt\&.lg_chunk" (\fBsize_t\fR) r\-
654.RS 4
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,

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

647\fBabort\fR(3)
648in these cases\&. This option is disabled by default unless
649\fB\-\-enable\-debug\fR
650is specified during configuration, in which case it is enabled by default\&.
651.RE
652.PP
653"opt\&.lg_chunk" (\fBsize_t\fR) r\-
654.RS 4
655Virtual memory chunk size (log base 2)\&. The default chunk size is 4 MiB (2^22)\&.
655Virtual memory chunk size (log base 2)\&. If a chunk size outside the supported size range is specified, the size is silently clipped to the minimum/maximum supported size\&. The default chunk size is 4 MiB (2^22)\&.
656.RE
657.PP
658"opt\&.dss" (\fBconst char *\fR) r\-
659.RS 4
660dss (\fBsbrk\fR(2)) allocation precedence as related to
661\fBmmap\fR(2)
662allocation\&. The following settings are supported: \(lqdisabled\(rq, \(lqprimary\(rq, and \(lqsecondary\(rq (default)\&.
663.RE

--- 849 unchanged lines hidden ---
656.RE
657.PP
658"opt\&.dss" (\fBconst char *\fR) r\-
659.RS 4
660dss (\fBsbrk\fR(2)) allocation precedence as related to
661\fBmmap\fR(2)
662allocation\&. The following settings are supported: \(lqdisabled\(rq, \(lqprimary\(rq, and \(lqsecondary\(rq (default)\&.
663.RE

--- 849 unchanged lines hidden ---