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-standard
/
free.c
Age
Commit message (
Expand
)
Author
2018-01-31
malloc: add glibc compat symbols
Waldemar Brodkorb
2015-03-18
malloc-standard: Add locking to malloc_trim
Bernhard Reutner-Fischer
2009-09-18
trim Experimentally off and uncommented hidden
Bernhard Reutner-Fischer
2008-11-20
Last portion of libc_hidden_proto removal.
Denis Vlasenko
2006-12-07
Major cleanup of internal mutex locking. Be more consistant in how we do
Eric Andersen
2006-02-09
just drop all of the debug code
Mike Frysinger
2006-02-08
Bernhard Fischer says: get rid of local ret variable
Mike Frysinger
2006-01-14
hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...
Peter S. Mazinger
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
2005-01-19
Avoid compiler warnings.
Peter Kjellerstedt
2004-11-08
Some requested additional malloc entry points
Eric Andersen
2003-12-30
Rework malloc. The new default implementation is based on dlmalloc from Doug
Eric Andersen