Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | have ldso track replacement of aligned_alloc | Rich Felker | 2020-06-10 | 1 | -0/+1 |
| | | | | this is in preparation for improving behavior of malloc interposition. | ||||
* | move __malloc_replaced to a top-level malloc file | Rich Felker | 2020-06-10 | 1 | -0/+3 |
it's not part of the malloc implementation but glue with musl dynamic linker. |