Files
semi-libc/src/malloc/oldmalloc
Rich Felker fca7428c09 only use memcpy realloc to shrink if an exact-sized free chunk exists
otherwise, shrink in-place. as explained in the description of commit
3e16313f8f, the split here is valid
without holding split_merge_lock because all chunks involved are in
the in-use state.
2020-06-16 00:58:22 -04:00
..