Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/stdlib Sort sections.
details: https://anonhg.NetBSD.org/src/rev/5fc7f22d45a0
branches: trunk
changeset: 766383:5fc7f22d45a0
user: wiz <wiz%NetBSD.org@localhost>
date: Tue Jun 21 09:36:43 2011 +0000
description:
Sort sections.
diffstat:
lib/libc/stdlib/jemalloc.3 | 44 ++++++++++++++++++++++----------------------
1 files changed, 22 insertions(+), 22 deletions(-)
diffs (61 lines):
diff -r 0712a29677eb -r 5fc7f22d45a0 lib/libc/stdlib/jemalloc.3
--- a/lib/libc/stdlib/jemalloc.3 Tue Jun 21 09:35:23 2011 +0000
+++ b/lib/libc/stdlib/jemalloc.3 Tue Jun 21 09:36:43 2011 +0000
@@ -294,6 +294,28 @@
There are a number of allocator implementations available on the Internet
which focus on detecting and pinpointing problems by trading performance for
extra sanity checks and detailed diagnostics.
+.Sh ENVIRONMENT
+The following environment variables affect the execution of the allocation
+functions:
+.Bl -tag -width ".Ev MALLOC_OPTIONS"
+.It Ev MALLOC_OPTIONS
+If the environment variable
+.Ev MALLOC_OPTIONS
+is set, the characters it contains will be interpreted as flags to the
+allocation functions.
+.El
+.Sh EXAMPLES
+To dump core whenever a problem occurs:
+.Pp
+.Bd -literal -offset indent
+ln -s 'A' /etc/malloc.conf
+.Ed
+.Pp
+To specify in the source that a program does no return value checking
+on calls to these functions:
+.Bd -literal -offset indent
+_malloc_options = "X";
+.Ed
.Sh DIAGNOSTICS
If any of the memory allocation/deallocation functions detect an error or
warning condition, a message will be printed to file descriptor
@@ -319,28 +341,6 @@
.Pp
All messages are prefixed by
.Dq Ao Ar progname Ac Ns Li \&: Pq malloc .
-.Sh ENVIRONMENT
-The following environment variables affect the execution of the allocation
-functions:
-.Bl -tag -width ".Ev MALLOC_OPTIONS"
-.It Ev MALLOC_OPTIONS
-If the environment variable
-.Ev MALLOC_OPTIONS
-is set, the characters it contains will be interpreted as flags to the
-allocation functions.
-.El
-.Sh EXAMPLES
-To dump core whenever a problem occurs:
-.Pp
-.Bd -literal -offset indent
-ln -s 'A' /etc/malloc.conf
-.Ed
-.Pp
-To specify in the source that a program does no return value checking
-on calls to these functions:
-.Bd -literal -offset indent
-_malloc_options = "X";
-.Ed
.Sh SEE ALSO
.Xr emalloc 3 ,
.Xr malloc 3 ,
Home |
Main Index |
Thread Index |
Old Index