Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/stdlib Add malloc.conf to the NAME section



details:   https://anonhg.NetBSD.org/src/rev/59058c7cc6da
branches:  trunk
changeset: 827380:59058c7cc6da
user:      abhinav <abhinav%NetBSD.org@localhost>
date:      Wed Oct 25 17:09:47 2017 +0000

description:
Add malloc.conf to the NAME section
Remove Pp before Bd at few places

diffstat:

 lib/libc/stdlib/jemalloc.3 |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (37 lines):

diff -r 992f0832ca33 -r 59058c7cc6da lib/libc/stdlib/jemalloc.3
--- a/lib/libc/stdlib/jemalloc.3        Wed Oct 25 17:03:30 2017 +0000
+++ b/lib/libc/stdlib/jemalloc.3        Wed Oct 25 17:09:47 2017 +0000
@@ -38,7 +38,8 @@
 .Dt JEMALLOC 3
 .Os
 .Sh NAME
-.Nm jemalloc
+.Nm jemalloc ,
+.Nm malloc.conf
 .Nd the default system allocator
 .Sh LIBRARY
 .Lb libc
@@ -160,7 +161,6 @@
 .Bd -literal -offset indent
 _malloc_options = "X";
 .Ed
-.Pp
 .It Em Z
 Each byte of new memory allocated by
 .Fn malloc ,
@@ -228,7 +228,6 @@
 Small objects are managed in groups by page runs.
 Each run maintains a bitmap that tracks which regions are in use.
 Allocation requests can be grouped as follows.
-.Pp
 .Bl -bullet -offset 3n
 .It
 Allocation requests that are no more than half the quantum (see the
@@ -306,7 +305,6 @@
 .El
 .Sh EXAMPLES
 To dump core whenever a problem occurs:
-.Pp
 .Bd -literal -offset indent
 ln -s 'A' /etc/malloc.conf
 .Ed



Home | Main Index | Thread Index | Old Index