musl/src/malloc
Rich Felker 9bff7c133e implement "low hanging fruit" from C11
based on Gregor's patch sent to the list. includes:
- stdalign.h
- removing gets in C11 mode
- adding aligned_alloc and adjusting other functions to use it
- adding 'x' flag to fopen for exclusive mode
2012-08-25 23:15:13 -04:00
..
__brk.c global cleanup to use the new syscall interface 2011-03-20 00:16:43 -04:00
aligned_alloc.c implement "low hanging fruit" from C11 2012-08-25 23:15:13 -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 ditch the priority inheritance locks; use malloc's version of lock 2012-04-24 16:32:23 -04:00
malloc.c fix issue with excessive mremap syscalls on realloc 2011-11-16 23:59:28 -05:00
memalign.c implement "low hanging fruit" from C11 2012-08-25 23:15:13 -04:00
posix_memalign.c implement "low hanging fruit" from C11 2012-08-25 23:15:13 -04:00