summaryrefslogtreecommitdiffstats
path: root/libc/stdlib/malloc-standard/malloc.h
Commit message (Expand)AuthorAgeFilesLines
* 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