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