only use memcpy realloc to shrink if an exact-sized free chunk exists
[oweals/musl.git] / src / malloc / malloc_usable_size.c
2020-06-03 Rich Felkermove oldmalloc to its own directory under src/malloc
2018-09-12 Rich Felkerhide dependency-triggering pointer object in malloc_usa...
2018-09-12 Rich Felkerrework malloc_usable_size to use malloc_impl.h
2016-01-31 Szabolcs Nagyfix malloc_usable_size for NULL input
2014-08-26 Rich Felkeradd malloc_usable_size function and non-stub malloc.h