| Age | Commit message (Expand) | Author | Lines | 
|---|---|---|---|
| 2018-09-12 | move declarations for malloc internals to malloc_impl.h | Rich Felker | -2/+1 | 
| 2018-04-19 | revert detection of partially-replaced allocator | Rich Felker | -1/+1 | 
| 2018-04-18 | allow interposition/replacement of allocator (malloc) | Rich Felker | -1/+11 | 
| 2018-01-09 | revise the definition of multiple basic locks in the code | Jens Gustedt | -1/+1 | 
| 2015-11-04 | remove external linkage from __simple_malloc definition | Rich Felker | -1/+1 | 
| 2015-06-22 | fix regression/typo that disabled __simple_malloc when calloc is used | Rich Felker | -1/+1 | 
| 2015-06-22 | fix calloc when __simple_malloc implementation is used | Rich Felker | -0/+1 | 
| 2015-06-14 | refactor malloc's expand_heap to share with __simple_malloc | Rich Felker | -23/+26 | 
| 2015-03-03 | make all objects used with atomic operations volatile | Rich Felker | -1/+1 | 
| 2012-04-24 | ditch the priority inheritance locks; use malloc's version of lock | Rich Felker | -4/+4 | 
| 2011-03-30 | rename __simple_malloc.c to lite_malloc.c - yes this affects behavior! | Rich Felker | -0/+46 | 
