summaryrefslogtreecommitdiff
path: root/libc/stdlib/malloc-simple/alloc.c
AgeCommit message (Expand)Author
2016-12-20remove __MALLOC_GLIBC_COMPAT__ optionWaldemar Brodkorb
2015-01-22libc: Avoid redundant setting of ENOMEMBernhard Reutner-Fischer
2013-04-03stdlib: avoid relocationBernhard Reutner-Fischer
2013-02-05mman: rename MAP_UNINITIALIZE to MAP_UNINITIALIZEDBernhard Reutner-Fischer
2012-06-15malloc-simple: make _aligned_blocks static and __libc_free_aligned hiddenPeter S. Mazinger
2010-07-27malloc-simple: Make calloc() return zeroed memorySteven J. Magnani
2009-11-23nommu: use MAP_UNINITIALIZE for mallocsMike Frysinger
2009-09-18trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer
2008-11-20Last portion of libc_hidden_proto removal.Denis Vlasenko
2008-11-20next portion of libc_hidden_proto removalDenis Vlasenko
2008-10-27- pull in prototype for memalign()Bernhard Reutner-Fischer
2008-10-11Fix bug 4994 hangs on read(). I have tested the patch extensibly on ARM/LT.old.Khem Raj
2008-06-01add missing includes of unistd.h for smallint usageDenis Vlasenko
2008-05-19Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL blockDenis Vlasenko
2007-04-11POSIX says you can use realloc() to shrink buffers ... make sure we dont trig...Mike Frysinger
2007-04-02POSIX requires that errno be set whenever 0 is returned by malloc()Mike Frysinger
2006-12-07Major cleanup of internal mutex locking. Be more consistant in how we doEric Andersen
2006-02-18tweak the idea between having a MMU and actually using itMike Frysinger
2006-02-13Update some copyrightsPeter S. Mazinger
2006-01-22Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ...Peter S. Mazinger
2006-01-14hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger
2005-12-08mmap/mremap/socket/rewind gonePeter S. Mazinger
2005-12-06macro out the thread funcs in libc if threading is disabledMike Frysinger
2005-12-04More hiding, 300 leftPeter S. Mazinger
2005-12-01Hide mostly used functionsPeter S. Mazinger
2005-07-07update syntaxMike Frysinger
2005-07-07Yoshinori Sato writes:Mike Frysinger
2004-07-15Use MAP_PRIVATE whenever __ARCH_HAS_MMU__ is set.Eric Andersen
2004-01-16s/UCLIBC_HAS_MMU/ARCH_HAS_MMU/gEric Andersen
2004-01-14Include missing errno.h header (as noted by Alan Hourihane).Eric Andersen
2003-12-30Rework malloc. The new default implementation is based on dlmalloc from DougEric Andersen
2003-12-30Update and restore malloc-simple. Slow as molasses, but triviallyEric Andersen
2002-07-18Miles Bader implemented a new mmap based malloc which is muchEric Andersen
2002-07-10Patch from Ronald Wahl <rwa@peppercon.com> to fix a memory leakEric Andersen
2002-01-17Fix simple malloc to work on systems with an MMUDavid McCullough
2001-08-09Fix a couple of warningsDavid McCullough
2001-04-27Patch from Tom Walsh <tom@cyberiansoftware.com> to fix a thinkoEric Andersen
2001-04-25Be more strict with the malloc implementation. Return NULLEric Andersen
2001-03-19Fix up breakage resulting from flipping the sense of some defines. Change fromEric Andersen
2001-02-13Use MAP_FAILED.Eric Andersen
2001-01-12Patch from James Graves <jgraves@deltamobile.com> to better handle m68k.Eric Andersen
2000-10-11Finish reorganizing things. At least I think I've finished.Eric Andersen
2000-10-09Bug ugly formatting updateEric Andersen