OSDN Git Service

hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing...
[uclinux-h8/uClibc.git] / libc / stdlib / malloc / malloc.h
2006-01-14 Peter S. Mazingerhidden_def/hidden_proto: convert all users (I hope...
2005-12-16 Peter S. MazingerConvert all the rest, remove isxupper/isxlower, if...
2004-08-16 Eric AndersenThe variable used to store pagesize is not the same...
2004-08-13 Eric AndersenFixup PAGE_SIZE problems
2004-01-16 Eric Andersens/UCLIBC_HAS_MMU/ARCH_HAS_MMU/g
2003-12-27 Manuel Novoa III Fix a long-standing bug with pthreads. A couple of...
2003-09-06 Eric Andersenadd missing prototype
2002-11-21 Miles BaderDebugging tweaks.
2002-11-21 Miles BaderImprove malloc debugging support.
2002-10-15 Miles BaderGet rid of old malloc lock stuff.
2002-10-09 Miles Bader* Add support for uClinux's broken munmap, contingent on
2002-09-06 Miles BaderUpdate debugging hooks.
2002-08-30 Miles Bader(likely, unlikely): New macros.
2002-08-19 Miles Bader(MALLOC_SETUP): New macro.
2002-08-14 Miles Bader(__malloc_likely, __malloc_unlikely): New macros.
2002-08-01 Miles Bader(MALLOC_REALLOC_MIN_FREE_SIZE): New macro.
2002-07-31 Miles Bader(MALLOC_HEADER_SIZE): New macro.
2002-07-30 Miles BaderDefine MALLOC_SET_SIZE to take the user-address rather...
2002-07-30 Miles BaderAdd macros to abstract the malloc header format a bit.
2002-07-25 Miles BaderRedo the locking, so that it may actually work. Now...
2002-07-23 Miles Bader* Automatically try to unmap heap free-areas when they...
2002-07-19 Miles BaderDoc fix.
2002-07-18 Eric AndersenMiles Bader implemented a new mmap based malloc which...