lift child restrictions after multi-threaded fork
[musl] / src / malloc / lite_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-11 Rich Felkerswitch to a common calloc implementation
2020-06-03 Rich Felkerrewrite bump allocator to fix corner cases, decouple...
2018-09-12 Rich Felkersplit internal lock API out of libc.h, creating lock.h
2018-09-12 Rich Felkermove declarations for malloc internals to malloc_impl.h
2018-04-19 Rich Felkerrevert detection of partially-replaced allocator
2018-04-18 Rich Felkerallow interposition/replacement of allocator (malloc)
2018-01-09 Jens Gustedtrevise the definition of multiple basic locks in the...
2015-11-05 Rich Felkerremove external linkage from __simple_malloc definition
2015-06-22 Rich Felkerfix regression/typo that disabled __simple_malloc when...
2015-06-22 Rich Felkerfix calloc when __simple_malloc implementation is used
2015-06-14 Rich Felkerrefactor malloc's expand_heap to share with __simple_malloc
2015-03-04 Rich Felkermake all objects used with atomic operations volatile
2012-04-24 Rich Felkerditch the priority inheritance locks; use malloc's...
2011-03-30 Rich Felkerrename __simple_malloc.c to lite_malloc.c - yes this...