Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | reduce spurious inclusion of libc.h | Rich Felker | 2018-09-12 | 1 | -1/+0 |
* | apply hidden visibility to various remaining internal interfaces | Rich Felker | 2018-09-12 | 1 | -3/+3 |
* | overhaul internally-public declarations using wrapper headers | Rich Felker | 2018-09-12 | 1 | -5/+1 |
* | move __memalign declaration to malloc_impl.h | Rich Felker | 2018-09-12 | 1 | -0/+2 |
* | move declarations for malloc internals to malloc_impl.h | Rich Felker | 2018-09-12 | 1 | -0/+4 |
* | define and use internal macros for hidden visibility, weak refs | Rich Felker | 2018-09-05 | 1 | -4/+4 |
* | reintroduce hardening against partially-replaced allocator | Rich Felker | 2018-04-19 | 1 | -0/+3 |
* | return chunks split off by memalign using __bin_chunk instead of free | Rich Felker | 2018-04-19 | 1 | -0/+3 |
* | move malloc implementation types and macros to an internal header | Rich Felker | 2018-04-19 | 1 | -0/+39 |