summaryrefslogtreecommitdiff
path: root/src/malloc/lite_malloc.c
AgeCommit message (Expand)AuthorFilesLines
2020-11-11lift child restrictions after multi-threaded forkRich Felker1-1/+4
2020-11-11give libc access to its own malloc even if public malloc is interposedRich Felker1-1/+13
2020-06-10switch to a common calloc implementationRich Felker1-11/+0
2020-06-03rewrite bump allocator to fix corner cases, decouple from expand_heapRich Felker1-17/+72
2018-09-12split internal lock API out of libc.h, creating lock.hRich Felker1-1/+1
2018-09-12move declarations for malloc internals to malloc_impl.hRich Felker1-2/+1
2018-04-19revert detection of partially-replaced allocatorRich Felker1-1/+1
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