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
/
include
/
malloc.h
Age
Commit message (
Expand
)
Author
2018-01-31
malloc: add malloc_usable_size()
Waldemar Brodkorb
2015-12-09
Make malloc_stats() GNU libc compatible
Waldemar Brodkorb
2015-03-18
malloc.h: Add missing feature guard
Bernhard Reutner-Fischer
2013-04-04
add UCLIBC_SUSV2_LEGACY to hide valloc
Bernhard Reutner-Fischer
2013-04-03
stdlib: avoid relocation
Bernhard Reutner-Fischer
2012-11-18
Replace FSF snail mail address with URLs
Mike Frysinger
2008-11-20
Last portion of libc_hidden_proto removal.
Denis Vlasenko
2008-01-17
- fix compilation:
Bernhard Reutner-Fischer
2007-10-20
- commentary typo fix
Bernhard Reutner-Fischer
2007-09-15
add libc_hidden_xxxx for __uc_malloc
Denis Vlasenko
2007-07-30
introduce __uc_malloc, so that users can intercept libc internal OOM.
Denis Vlasenko
2005-11-18
Enable __THROW,_NTH,REDIRECT_NTH
Peter S. Mazinger
2005-08-30
add M_PERTURB define from glibc and Frank Mehnert writes: the following patch...
Mike Frysinger
2004-11-08
Some requested additional malloc entry points
Eric Andersen
2004-09-07
Audit and scrub malloc.h, which was a mess
Eric Andersen
2001-09-27
Rev all the header files to sync things with glibc 2.2.4
Eric Andersen
2001-07-11
Added __BEGIN_DECLS and __END_DECLS to the files that didn't have
David McCullough
2000-07-09
Removed old noise.
Eric Andersen
2000-05-14
Initial revision
Erik Andersen