freebsd-dev/lib/libc/include
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
..
fpmath.h Update my email address. 2005-02-06 03:23:31 +00:00
libc_private.h In preparation for a new malloc implementation: 2006-01-12 07:28:21 +00:00
namespace.h Add namespace #defines for usleep. 2005-08-03 00:43:14 +00:00
nss_tls.h When a dynamic NSS module is built and linked against a thread 2004-03-30 15:56:15 +00:00
reentrant.h Make the resolver(3) and many associated interfaces much more reentrant. 2004-02-25 21:03:46 +00:00
spinlock.h Remove #include of spinlock.h from libc_private.h. Declare spinlocks as 2003-11-05 18:17:30 +00:00
un-namespace.h Add namespace #defines for usleep. 2005-08-03 00:43:14 +00:00