Deleted Added
sdiff udiff text old ( 262521 ) new ( 263974 )
full compact
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
6.\" Manual: User Manual
7.\" Source: jemalloc 3.5.1-0-g7709a64c59daf0b1f938be49472fcc499e1bd136
8.\" Language: English
9.\"
10.TH "JEMALLOC" "3" "02/25/2014" "jemalloc 3.5.1-0-g7709a64c59da" "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
34This manual describes jemalloc 3\&.5\&.1\-0\-g7709a64c59daf0b1f938be49472fcc499e1bd136\&. 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
1038"arenas\&.narenas"\&. 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 ---