History log of /netbsd-src/lib/libc/stdlib/malloc.3 (Results 1 – 25 of 48)
Revision Date Author Comments
# a948ccc5 01-Jun-2016 wiz <wiz@NetBSD.org>

Fix manually applied patch. Mark up NULL with Dv.


# 39bee72c 01-Jun-2016 pgoyette <pgoyette@NetBSD.org>

Document return value for realloc(3) when size is 0. From PR lib/47384


# c9e587d5 07-Nov-2015 wiz <wiz@NetBSD.org>

Sort SEE ALSO.


# b16a5c9d 07-Nov-2015 nros <nros@NetBSD.org>

Add the C11 function aligned_alloc to libc.


# d54956fe 26-Jul-2015 wiz <wiz@NetBSD.org>

Spacing; Fn -> Xr for jemalloc.


# 13f37060 26-Jul-2015 kamil <kamil@NetBSD.org>

Add history of allocators

Idea accepted by <christos>
No objctions from <riastradh>


# 4f643221 26-Jul-2015 kamil <kamil@NetBSD.org>

mandoc lint


# 1dc99ceb 06-Feb-2015 wiz <wiz@NetBSD.org>

Remove trailing whitespace.


# 7347edd3 05-Feb-2015 christos <christos@NetBSD.org>

Revert addition to reallocarray to the malloc man page, but keep
the examples. Add separate manual page to reallocarray explaining
what are the problems with it.


# a582ce59 05-Feb-2015 christos <christos@NetBSD.org>

Add and use reallocarray() to prevent a multiplication overflow in allocation.
Reported by Guido Vranken, thanks!


# 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).


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

Move the examples to where they belong, in EXAMPLES.


# 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 ...


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

Add more markup.


# 42e47258 30-Apr-2010 jruoho <jruoho@NetBSD.org>

Also: in the example EOVERFLOW is probably better than ENOMEM.


# 67e69a6b 30-Apr-2010 jruoho <jruoho@NetBSD.org>

As err(3) instructs, use EXIT_FAILURE in the example.


# 75d4d306 30-Apr-2010 jruoho <jruoho@NetBSD.org>

Steal the "malloc() vs. calloc()" -idiom from the OpenBSD's malloc(3).

While it may be debated how useful this is, good idiomatic usage examples
are exactly the kind of thing one would hope to see m

Steal the "malloc() vs. calloc()" -idiom from the OpenBSD's malloc(3).

While it may be debated how useful this is, good idiomatic usage examples
are exactly the kind of thing one would hope to see more in manual pages.

show more ...


# c6181c7b 20-Jul-2009 pooka <pooka@NetBSD.org>

Re-add explanation of how to correctly use realloc.


# 5dd21e58 18-May-2009 wiz <wiz@NetBSD.org>

Grammar fix.


# 7d88f2f5 13-May-2009 wiz <wiz@NetBSD.org>

Revert parts of v1.25 (jemalloc):
Re-add RCS Id, remove superfluous .Pp, join line, comment out limits(1) xref.


# 9df66b68 12-Mar-2009 joerg <joerg@NetBSD.org>

Explicitly mark : as literal, use Pq.


# 89aa62f9 15-Oct-2007 yamt <yamt@NetBSD.org>

we don't have reallocf.


# 81e619b9 06-Oct-2007 ad <ad@NetBSD.org>

Update for jemalloc.


# 20862d8c 24-Apr-2006 wiz <wiz@NetBSD.org>

Bump date for previous.


12