summaryrefslogtreecommitdiff
path: root/src/malloc/lite_malloc.c
AgeCommit message (Expand)AuthorLines
2015-11-04remove external linkage from __simple_malloc definitionRich Felker-1/+1
2015-06-22fix regression/typo that disabled __simple_malloc when calloc is usedRich Felker-1/+1
2015-06-22fix calloc when __simple_malloc implementation is usedRich Felker-0/+1
2015-06-14refactor malloc's expand_heap to share with __simple_mallocRich Felker-23/+26
2015-03-03make all objects used with atomic operations volatileRich Felker-1/+1
2012-04-24ditch the priority inheritance locks; use malloc's version of lockRich Felker-4/+4
2011-03-30rename __simple_malloc.c to lite_malloc.c - yes this affects behavior!Rich Felker-0/+46