jasone 3668a2e494 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
..
2006-01-09 03:59:51 +00:00
2005-04-04 23:43:53 +00:00
2005-12-17 09:42:45 +00:00
2005-04-12 03:08:11 +00:00
2005-12-17 09:42:45 +00:00
2005-12-21 03:53:29 +00:00