Remove mallinfo() from codebase

Now deprecated in libc >= 2.33

Closes #40309

Signed-off-by: David Goulet <dgoulet@torproject.org>
This commit is contained in:
David Goulet
2021-02-23 11:02:33 -05:00
parent 21317c9229
commit 296a557bfc
6 changed files with 3 additions and 78 deletions
+3
View File
@@ -0,0 +1,3 @@
o New system requirements (mallinfo() deprecated):
- Remove mallinfo() usage entirely. Libc 2.33+ now deprecates it. Closes
ticket 40309.