aboutsummaryrefslogtreecommitdiff
path: root/include/malloc.h
AgeCommit message (Expand)AuthorFilesLines
2018-01-31malloc: add malloc_usable_size()Waldemar Brodkorb1-0/+2
2015-12-09Make malloc_stats() GNU libc compatibleWaldemar Brodkorb1-3/+2
2015-03-18malloc.h: Add missing feature guardBernhard Reutner-Fischer1-0/+4
2013-04-04add UCLIBC_SUSV2_LEGACY to hide vallocBernhard Reutner-Fischer1-0/+2
2013-04-03stdlib: avoid relocationBernhard Reutner-Fischer1-0/+1
2012-11-18Replace FSF snail mail address with URLsMike Frysinger1-3/+2
2008-11-20Last portion of libc_hidden_proto removal.Denis Vlasenko1-0/+3
2008-01-17- fix compilation:Bernhard Reutner-Fischer1-2/+0
2007-10-20- commentary typo fixBernhard Reutner-Fischer1-1/+1
2007-09-15add libc_hidden_xxxx for __uc_mallocDenis Vlasenko1-0/+2
2007-07-30introduce __uc_malloc, so that users can intercept libc internal OOM.Denis Vlasenko1-0/+7
2005-11-18Enable __THROW,_NTH,REDIRECT_NTHPeter S. Mazinger1-0/+2
2005-08-30add M_PERTURB define from glibc and Frank Mehnert writes: the following patch...Mike Frysinger1-1/+2
2004-11-08Some requested additional malloc entry pointsEric Andersen1-0/+9
2004-09-07Audit and scrub malloc.h, which was a messEric Andersen1-67/+3
2001-09-27Rev all the header files to sync things with glibc 2.2.4Eric Andersen1-10/+235
2001-07-11Added __BEGIN_DECLS and __END_DECLS to the files that didn't haveDavid McCullough1-0/+4
2000-07-09Removed old noise.Eric Andersen1-16/+0
2000-05-14Initial revisionErik Andersen1-0/+30