refactor malloc's expand_heap to share with __simple_malloc
[musl] / src / malloc / lite_malloc.c
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...