Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add support for __MALLOC_GLIBC_COMPAT__ (malloc(0) == NULL) so the malloc tes... | Mike Frysinger | 2005-07-06 | 1 | -0/+4 |
* | merge parallel build support | Mike Frysinger | 2005-01-25 | 1 | -5/+4 |
* | Avoid compiler warnings. | Peter Kjellerstedt | 2005-01-19 | 2 | -43/+43 |
* | Some requested additional malloc entry points | Eric Andersen | 2004-11-08 | 2 | -0/+56 |
* | Mike Frysinger writes: | Eric Andersen | 2004-08-25 | 1 | -0/+3 |
* | _SC_PAGESIZE is standard. Some ancient legacy unix variants used _SC_PAGE_SIZE | Eric Andersen | 2004-07-15 | 1 | -1/+1 |
* | Use MAP_PRIVATE whenever __ARCH_HAS_MMU__ is set. | Eric Andersen | 2004-07-15 | 2 | -4/+13 |
* | Fix the manditory typo in my last minute untested fix. | Eric Andersen | 2003-12-30 | 1 | -1/+1 |
* | Rework malloc. The new default implementation is based on dlmalloc from Doug | Eric Andersen | 2003-12-30 | 9 | -0/+3147 |