only use memcpy realloc to shrink if an exact-sized free chunk exists
[oweals/musl.git] / src / malloc / oldmalloc / malloc.c
2020-06-16 Rich Felkeronly use memcpy realloc to shrink if an exact-sized... master
2020-06-16 Rich Felkerfix memset overflow in oldmalloc race fix overhaul
2020-06-11 Rich Felkerreintroduce calloc elison of memset for direct-mmapped...
2020-06-11 Rich Felkermove __malloc_replaced to a top-level malloc file
2020-06-11 Rich Felkerswitch to a common calloc implementation
2020-06-03 Rich Felkermove oldmalloc to its own directory under src/malloc