about summary refs log tree commit diff
path: root/src/malloc/malloc_usable_size.c
Commit message (Expand)AuthorAgeFilesLines
* hide dependency-triggering pointer object in malloc_usable_size.cRich Felker2018-09-121-2/+2
* rework malloc_usable_size to use malloc_impl.hRich Felker2018-09-121-9/+1
* fix malloc_usable_size for NULL inputSzabolcs Nagy2016-01-311-1/+1
* add malloc_usable_size function and non-stub malloc.hRich Felker2014-08-251-0/+17