17 Commits (b4a07bb469ad5a81ee003b621c362d2e7be38159)

Author SHA1 Message Date
Rich Felker e5d78fe8df fix issue with excessive mremap syscalls on realloc 15 years ago
Rich Felker 1c8bead345 use new a_crash() asm to optimize double-free handler. 15 years ago
Rich Felker ce7c6341d3 simplify and improve double-free check 15 years ago
Rich Felker f9ed11f3e1 posix_memalign should fail if size is not a multiple of sizeof(void *) 15 years ago
Rich Felker 5d0965cb56 eliminate OOB array hacks in malloc 15 years ago
Rich Felker 2afebbbcd1 malloc: cast size down to int in bin_index functions 15 years ago
Rich Felker 71a80c5767 use volatile pointers for intentional-crash code. 15 years ago
Rich Felker b052f13cd1 namespace fixes for sys/mman.h 15 years ago
Rich Felker b761bd19aa fix rare but nasty under-allocation bug in malloc with large requests 15 years ago
Rich Felker bf8785825a avoid over-allocation of brk on first malloc 15 years ago
Rich Felker 620a134638 rename __simple_malloc.c to lite_malloc.c - yes this affects behavior! 15 years ago
Rich Felker 0958200166 very cheap double-free checks in malloc 15 years ago
Rich Felker aa398f56fa global cleanup to use the new syscall interface 15 years ago
Rich Felker 26031da0f8 make malloc(0) return unique pointers rather than NULL 15 years ago
Rich Felker 598a0147cd fix simple_malloc malloc(0) behavior not to return non-unique pointers 15 years ago
Rich Felker a23baf586a fix simple_malloc size restrictions 15 years ago
Rich Felker 0b44a0315b initial check-in, version 0.5.0 15 years ago