History log of /netbsd-src/lib/libc/stdlib/jemalloc.3 (Results 1 – 12 of 12)
Revision Date Author Comments
# e6fc3c59 04-Dec-2022 uwe <uwe@NetBSD.org>

Sections 2 and 3 have RETURN VALUES, not DIAGNOSTICS


# a1de340f 05-Dec-2021 rillig <rillig@NetBSD.org>

jemalloc.3: fix malformed CVS Id


# 3996dac1 25-Oct-2017 abhinav <abhinav@NetBSD.org>

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


# a5684d07 20-Jul-2013 wiz <wiz@NetBSD.org>

Use Mt for email addresses.


# ae6b6d07 21-Jun-2011 wiz <wiz@NetBSD.org>

Sort sections.


# 706138d7 21-Jun-2011 jruoho <jruoho@NetBSD.org>

Note the potential danger in the options. Fixes PR lib/31112.


# 463c1a0c 08-Jun-2011 njoly <njoly@NetBSD.org>

Fix prologue macros order.


# 0e2d5f4d 14-May-2010 jruoho <jruoho@NetBSD.org>

Use standard section headers.


# 6f1249aa 13-May-2010 wiz <wiz@NetBSD.org>

Join %U.


# 26a87898 03-May-2010 jruoho <jruoho@NetBSD.org>

Fix previous commit by also moving the type of _malloc_options. In addition,
add a (commented) note that _malloc_message should be documented better.


# 60d71be7 03-May-2010 jruoho <jruoho@NetBSD.org>

Move the '_malloc_options' variable from malloc(3) to jemalloc(3).


# 26e9ae25 03-May-2010 jruoho <jruoho@NetBSD.org>

Split the implementation details of malloc(3) to a separate jemalloc(3)
manual page. This way malloc(3) can follow the standard terse format used
elsewhere in the libc, while additional details can b

Split the implementation details of malloc(3) to a separate jemalloc(3)
manual page. This way malloc(3) can follow the standard terse format used
elsewhere in the libc, while additional details can be added to jemalloc(3).

Note HISTORY and AUTHORS in jemalloc(3), and add some reading material to
SEE ALSO.

show more ...