lift child restrictions after multi-threaded fork
[musl] / src / malloc / oldmalloc / malloc.c
2020-11-11 Rich Felkerlift child restrictions after multi-threaded fork
2020-11-11 Rich Felkergive libc access to its own malloc even if public mallo...
2020-06-16 Rich Felkeronly use memcpy realloc to shrink if an exact-sized...
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