about summary refs log tree commit diff
path: root/src/malloc/replaced.c
Commit message (Collapse)AuthorAgeFilesLines
* have ldso track replacement of aligned_allocRich Felker2020-06-101-0/+1
| | | | this is in preparation for improving behavior of malloc interposition.
* move __malloc_replaced to a top-level malloc fileRich Felker2020-06-101-0/+3
it's not part of the malloc implementation but glue with musl dynamic linker.