summaryrefslogtreecommitdiffstats
path: root/libc/stdlib/malloc-standard
Commit message (Expand)AuthorAgeFilesLines
* add support for __MALLOC_GLIBC_COMPAT__ (malloc(0) == NULL) so the malloc tes...Mike Frysinger2005-07-061-0/+4
* merge parallel build supportMike Frysinger2005-01-251-5/+4
* Avoid compiler warnings.Peter Kjellerstedt2005-01-192-43/+43
* Some requested additional malloc entry pointsEric Andersen2004-11-082-0/+56
* 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-152-4/+13
* Fix the manditory typo in my last minute untested fix.Eric Andersen2003-12-301-1/+1
* Rework malloc. The new default implementation is based on dlmalloc from DougEric Andersen2003-12-309-0/+3147