summaryrefslogtreecommitdiffstats
path: root/libc/stdlib/malloc/malloc.h
Commit message (Expand)AuthorAgeFilesLines
* add missing prototypeEric Andersen2003-09-061-0/+2
* Debugging tweaks.Miles Bader2002-11-211-1/+4
* Improve malloc debugging support.Miles Bader2002-11-211-11/+34
* Get rid of old malloc lock stuff.Miles Bader2002-10-151-8/+0
* * Add support for uClinux's broken munmap, contingent onMiles Bader2002-10-091-0/+41
* Update debugging hooks.Miles Bader2002-09-061-2/+5
* (likely, unlikely): New macros.Miles Bader2002-08-301-6/+8
* (MALLOC_SETUP): New macro.Miles Bader2002-08-191-5/+6
* (__malloc_likely, __malloc_unlikely): New macros.Miles Bader2002-08-141-0/+10
* (MALLOC_REALLOC_MIN_FREE_SIZE): New macro.Miles Bader2002-08-011-2/+8
* (MALLOC_HEADER_SIZE): New macro.Miles Bader2002-07-311-2/+6
* Define MALLOC_SET_SIZE to take the user-address rather than the base-address.Miles Bader2002-07-301-2/+2
* Add macros to abstract the malloc header format a bit.Miles Bader2002-07-301-1/+22
* Redo the locking, so that it may actually work. Now locking is done atMiles Bader2002-07-251-1/+37
* * Automatically try to unmap heap free-areas when they get very big.Miles Bader2002-07-231-5/+30
* Doc fix.Miles Bader2002-07-191-1/+1
* Miles Bader implemented a new mmap based malloc which is muchEric Andersen2002-07-181-0/+45