Jason Evans 52828c0e9c In preparation for a new malloc implementation:
* 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)
2006-01-12 07:28:21 +00:00
..
2005-04-23 18:45:36 +00:00
2005-10-03 14:43:27 +00:00
2005-11-17 13:00:00 +00:00
2005-11-23 16:07:54 +00:00
2005-07-23 21:30:35 +00:00
2005-11-24 06:56:21 +00:00
2005-11-24 07:12:01 +00:00
2005-12-29 04:10:52 +00:00