]> git.lizzy.rs Git - rust.git/commit
Merge #7334
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>
Mon, 18 Jan 2021 18:40:14 +0000 (18:40 +0000)
committerGitHub <noreply@github.com>
Mon, 18 Jan 2021 18:40:14 +0000 (18:40 +0000)
commit08efb8a94360735f505699021eaa901464c76f4a
tree29704f0e4140261ed68bb5ea3cf52e7385bfc997
parent6764d790ac904533dc7618fd38724a135499f87c
parent9b5fa1c61a85972da419aa29d61286cb9e268f83
Merge #7334

7334: Add back jemalloc support r=jonas-schievink a=jonas-schievink

jemalloc is useful due to its introspection API, which allows obtaining quick and accurate memory usage statistics without running into `mallinfo`'s limitations.

Co-authored-by: Jonas Schievink <jonasschievink@gmail.com>