aboutsummaryrefslogtreecommitdiff
path: root/src/malloc/malloc_usable_size.c
AgeCommit message (Expand)AuthorFilesLines
2018-09-12hide dependency-triggering pointer object in malloc_usable_size.cRich Felker1-2/+2
2018-09-12rework malloc_usable_size to use malloc_impl.hRich Felker1-9/+1
2016-01-31fix malloc_usable_size for NULL inputSzabolcs Nagy1-1/+1
2014-08-25add malloc_usable_size function and non-stub malloc.hRich Felker1-0/+17