From ca135f824b1dbaf43e4a673de7725db76a51b714 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Fri, 19 Feb 2016 17:07:04 +0100 Subject: malloc: Remove max_total_mem member form struct malloc_par Also note that sumblks in struct mallinfo is always 0. No functional change. --- manual/memory.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manual') diff --git a/manual/memory.texi b/manual/memory.texi index 700555ed46..3d99147592 100644 --- a/manual/memory.texi +++ b/manual/memory.texi @@ -1520,7 +1520,7 @@ This is the total number of chunks allocated with @code{mmap}. This is the total size of memory allocated with @code{mmap}, in bytes. @item int usmblks -This field is unused. +This field is unused and always 0. @item int fsmblks This field is unused. -- cgit 1.4.1