commit | 680e7a382f9ea03568aceaf71f3fbb8ced83f76c | [log] [download] |
---|---|---|
author | Nicholas Marriott <nicholas.marriott@gmail.com> | Tue Oct 06 08:18:42 2020 +0100 |
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | Tue Oct 06 08:18:42 2020 +0100 |
tree | 8cacca7d0d2888c85816a261499256b74559d90b | |
parent | 847a061e31ceab5c94519fe25104e16de6a92f8d [diff] |
glibc's malloc is very bad about returning memory from the kernel, add a call to its malloc_trim to prompt it to do so. Reported by Sarunas Valaskevicius.