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