musl/src/malloc
Rich Felker afd209deb7 workaround gcc got-register-reload performance problems in malloc
with this patch, the malloc in libc.so built with -Os is nearly the
same speed as the one built with -O3. thus it solves the performance
regression that resulted from removing the forced -O3 when building
libc.so; now libc.so can be both small and fast.
2012-09-14 23:52:51 -04:00
..
__brk.c
aligned_alloc.c implement "low hanging fruit" from C11 2012-08-25 23:15:13 -04:00
calloc.c
DESIGN
lite_malloc.c ditch the priority inheritance locks; use malloc's version of lock 2012-04-24 16:32:23 -04:00
malloc.c workaround gcc got-register-reload performance problems in malloc 2012-09-14 23:52:51 -04: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