summaryrefslogtreecommitdiff
path: root/src/malloc/malloc.c
AgeCommit message (Expand)AuthorLines
2011-11-16fix issue with excessive mremap syscalls on reallocRich Felker-4/+2
2011-08-23use new a_crash() asm to optimize double-free handler.Rich Felker-2/+2
2011-08-15simplify and improve double-free checkRich Felker-2/+2
2011-06-26eliminate OOB array hacks in mallocRich Felker-46/+45
2011-06-12malloc: cast size down to int in bin_index functionsRich Felker-2/+2
2011-06-06use volatile pointers for intentional-crash code.Rich Felker-2/+2
2011-04-20namespace fixes for sys/mman.hRich Felker-0/+1
2011-04-04fix rare but nasty under-allocation bug in malloc with large requestsRich Felker-1/+1
2011-04-01avoid over-allocation of brk on first mallocRich Felker-4/+4
2011-03-23very cheap double-free checks in mallocRich Felker-0/+4
2011-02-20make malloc(0) return unique pointers rather than NULLRich Felker-5/+9
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+515