summaryrefslogtreecommitdiffstats
path: root/libc/stdlib/malloc-standard/malloc.h
Commit message (Expand)AuthorAgeFilesLines
* malloc: simplify MAP_UNINITIALIZE ifdef logicMike Frysinger2010-07-271-7/+4
* nommu: use MAP_UNINITIALIZE for mallocsMike Frysinger2009-11-231-1/+1
* trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer2009-09-181-4/+0
* Last portion of libc_hidden_proto removal.Denis Vlasenko2008-11-201-1/+1
* next portion of libc_hidden_proto removalDenis Vlasenko2008-11-201-2/+2
* libc_hidden_proto removal, just a few functionsDenis Vlasenko2008-11-181-1/+1
* - trim any trailing whitespaceBernhard Reutner-Fischer2008-07-231-1/+1
* Major cleanup of internal mutex locking. Be more consistant in how we doEric Andersen2006-12-071-6/+5
* fix from psm: makes use of the malloc debug option in malloc-standard as wellMike Frysinger2006-08-251-2/+2
* Remove all non-constant libc_hidden_data_def(), it is too unreliable, sorry, ...Peter S. Mazinger2006-03-101-1/+0
* tweak the idea between having a MMU and actually using itMike Frysinger2006-02-181-1/+1
* Go __malloc_lock, go ...Peter S. Mazinger2006-02-011-0/+1
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger2006-01-141-4/+5
* __malloc_consolidate is only libc internal, enable use of __sbrkPeter S. Mazinger2005-12-131-1/+2
* mmap/mremap/socket/rewind gonePeter S. Mazinger2005-12-081-0/+1
* macro out the thread funcs in libc if threading is disabledMike Frysinger2005-12-061-6/+3
* Hiding againPeter S. Mazinger2005-11-291-0/+2
* Mike Frysinger writes:Eric Andersen2004-08-251-0/+3
* _SC_PAGESIZE is standard. Some ancient legacy unix variants used _SC_PAGE_SIZEEric Andersen2004-07-151-1/+1
* Use MAP_PRIVATE whenever __ARCH_HAS_MMU__ is set.Eric Andersen2004-07-151-2/+11
* Rework malloc. The new default implementation is based on dlmalloc from DougEric Andersen2003-12-301-0/+953