summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/posix_memalign.3
Commit message (Collapse)AuthorAgeFilesLines
* Add a HISTORY section.jasone2007-03-281-0/+5
|
* Revise markup in recently added manpages.ru2006-09-301-4/+6
|
* In preparation for a new malloc implementation:jasone2006-01-121-0/+89
* Add posix_memalign(). * Move calloc() from calloc.c to malloc.c. Add a calloc() implementation in rtld-elf in order to make the loader happy (even though calloc() isn't used in rtld-elf). * Add _malloc_prefork() and _malloc_postfork(), and use them instead of directly manipulating __malloc_lock. Approved by: phk, markm (mentor)
OpenPOWER on IntegriCloud