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
/
mallinfo.c
Age
Commit message (
Expand
)
Author
2020-02-16
Add Safe-Linking to fastbins
Eyal Itkin
2015-12-09
Make malloc_stats() GNU libc compatible
Waldemar Brodkorb
2012-06-15
malloc.h: hide internal functions (mainly debug related)
Peter S. Mazinger
2009-09-18
trim Experimentally off and uncommented hidden
Bernhard Reutner-Fischer
2008-11-20
Last portion of libc_hidden_proto removal.
Denis Vlasenko
2008-11-18
libc_hidden_proto removal, a few more functions
Denis Vlasenko
2006-12-07
Major cleanup of internal mutex locking. Be more consistant in how we do
Eric Andersen
2006-03-10
Remove all non-constant libc_hidden_data_def(), it is too unreliable, sorry, ...
Peter S. Mazinger
2006-01-16
Last relocs jump and global data, (even locales) that I could remove are gone...
Peter S. Mazinger
2006-01-14
make DODEBUG=y happy, update sysdeps/common/* copyright
Peter S. Mazinger
2006-01-14
hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...
Peter S. Mazinger
2005-12-27
fix signed/unsigned warning
Mike Frysinger
2005-12-08
Hide mallinfo
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