Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mallocng/aligned_alloc: check for malloc failure | Dominic Chen | 2021-04-16 | 1 | -0/+3 |
* | preserve errno across free | Rich Felker | 2021-01-30 | 1 | -2/+10 |
* | fix mallocng regression in malloc_usable_size with null argument | Dominic Chen | 2020-11-29 | 1 | -0/+1 |
* | lift child restrictions after multi-threaded fork | Rich Felker | 2020-11-11 | 1 | -1/+13 |
* | give libc access to its own malloc even if public malloc is interposed | Rich Felker | 2020-11-11 | 1 | -0/+4 |
* | import mallocng | Rich Felker | 2020-06-30 | 7 | -13/+938 |
* | add glue code for mallocng merge | Rich Felker | 2020-06-29 | 3 | -0/+129 |