Age | Commit message (Expand) | Author | Files | Lines |
2013-12-12 | include cleanups: remove unused headers and add feature test macros | Szabolcs Nagy | 1 | -1/+0 |
2013-10-05 | slightly optimize __brk for size | Rich Felker | 1 | -1/+1 |
2013-10-05 | fix failure of malloc to set errno on heap (brk) exhaustion | Rich Felker | 1 | -0/+1 |
2013-09-20 | fix potential deadlock bug in libc-internal locking logic | Rich Felker | 1 | -8/+7 |
2013-07-23 | remove redundant check in memalign | Rich Felker | 1 | -1/+1 |
2013-07-23 | fix heap corruption bug in memalign | Rich Felker | 1 | -1/+3 |
2013-07-19 | harden realloc/free to detect simple overflows | Rich Felker | 1 | -0/+6 |
2013-07-04 | move core memalign code from aligned_alloc to __memalign | Rich Felker | 3 | -49/+55 |
2013-07-04 | move alignment check from aligned_alloc to posix_memalign | Rich Felker | 2 | -1/+2 |
2012-12-07 | page-align initial brk value used by malloc in shared libc | Rich Felker | 1 | -1/+5 |
2012-12-06 | fix invalid read in aligned_alloc | Rich Felker | 1 | -2/+3 |
2012-09-14 | workaround gcc got-register-reload performance problems in malloc | Rich Felker | 1 | -4/+8 |
2012-08-25 | implement "low hanging fruit" from C11 | Rich Felker | 3 | -47/+55 |
2012-04-24 | ditch the priority inheritance locks; use malloc's version of lock | Rich Felker | 1 | -4/+4 |
2011-11-16 | fix issue with excessive mremap syscalls on realloc | Rich Felker | 1 | -4/+2 |
2011-08-23 | use new a_crash() asm to optimize double-free handler. | Rich Felker | 1 | -2/+2 |
2011-08-15 | simplify and improve double-free check | Rich Felker | 1 | -2/+2 |
2011-06-29 | posix_memalign should fail if size is not a multiple of sizeof(void *) | Rich Felker | 1 | -1/+1 |
2011-06-26 | eliminate OOB array hacks in malloc | Rich Felker | 1 | -46/+45 |
2011-06-12 | malloc: cast size down to int in bin_index functions | Rich Felker | 1 | -2/+2 |
2011-06-06 | use volatile pointers for intentional-crash code. | Rich Felker | 1 | -2/+2 |
2011-04-20 | namespace fixes for sys/mman.h | Rich Felker | 1 | -0/+1 |
2011-04-04 | fix rare but nasty under-allocation bug in malloc with large requests | Rich Felker | 1 | -1/+1 |
2011-04-01 | avoid over-allocation of brk on first malloc | Rich Felker | 1 | -4/+4 |
2011-03-30 | rename __simple_malloc.c to lite_malloc.c - yes this affects behavior! | Rich Felker | 1 | -0/+0 |
2011-03-23 | very cheap double-free checks in malloc | Rich Felker | 1 | -0/+4 |
2011-03-20 | global cleanup to use the new syscall interface | Rich Felker | 1 | -1/+1 |
2011-02-20 | make malloc(0) return unique pointers rather than NULL | Rich Felker | 2 | -6/+10 |
2011-02-20 | fix simple_malloc malloc(0) behavior not to return non-unique pointers | Rich Felker | 1 | -0/+1 |
2011-02-20 | fix simple_malloc size restrictions | Rich Felker | 1 | -5/+6 |
2011-02-12 | initial check-in, version 0.5.0v0.5.0 | Rich Felker | 7 | -0/+671 |