index
:
uclibc-ng.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libc
/
stdlib
/
malloc
/
free.c
Age
Commit message (
Expand
)
Author
2005-12-13
__malloc_consolidate is only libc internal, enable use of __sbrk
Peter S. Mazinger
2005-12-04
More hiding, 300 left
Peter S. Mazinger
2003-04-02
(free_to_heap): Unlock the heap before returning in the
Miles Bader
2002-11-21
Improve malloc debugging support.
Miles Bader
2002-10-15
Fix locking to not deadlock when __UCLIBC_UCLINUX_BROKEN_MUNMAP__ is defined.
Miles Bader
2002-10-09
* Add support for uClinux's broken munmap, contingent on
Miles Bader
2002-09-04
(free):
Miles Bader
2002-08-30
Use `likely' & `unlikely' instead of the `__malloc_'-prefixed versions.
Miles Bader
2002-08-14
Use __malloc_unlikely instead of `likely'.
Miles Bader
2002-08-13
Use `return' for null pointers, to avoid a giant block holding the rest
Miles Bader
2002-07-31
Update debugging printfs.
Miles Bader
2002-07-30
Use new malloc header macros.
Miles Bader
2002-07-25
Size tweaks.
Miles Bader
2002-07-25
Miscellaneous tidying-up.
Miles Bader
2002-07-25
Redo the locking, so that it may actually work. Now locking is done at
Miles Bader
2002-07-24
Misc small cleanups.
Miles Bader
2002-07-23
* Automatically try to unmap heap free-areas when they get very big.
Miles Bader
2002-07-19
Doc fix.
Miles Bader
2002-07-18
Miles Bader implemented a new mmap based malloc which is much
Eric Andersen