musl/src/malloc
Rich Felker b761bd19aa fix rare but nasty under-allocation bug in malloc with large requests
the bug appeared only with requests roughly 2*sizeof(size_t) to
4*sizeof(size_t) bytes smaller than a multiple of the page size, and
only for requests large enough to be serviced by mmap instead of the
normal heap. it was only ever observed on 64-bit machines but
presumably could also affect 32-bit (albeit with a smaller window of
opportunity).
2011-04-04 17:26:41 -04:00
..
__brk.c global cleanup to use the new syscall interface 2011-03-20 00:16:43 -04:00
calloc.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
DESIGN initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
lite_malloc.c rename __simple_malloc.c to lite_malloc.c - yes this affects behavior! 2011-03-30 09:29:49 -04:00
malloc.c fix rare but nasty under-allocation bug in malloc with large requests 2011-04-04 17:26:41 -04:00
memalign.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00
posix_memalign.c initial check-in, version 0.5.0 2011-02-12 00:22:29 -05:00