diff options
author | Florian Weimer <fweimer@redhat.com> | 2016-02-19 17:07:04 +0100 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2016-02-19 17:07:04 +0100 |
commit | ca135f824b1dbaf43e4a673de7725db76a51b714 (patch) | |
tree | 487c36e49482479f9f9a88094cf8896827dadc88 /manual/memory.texi | |
parent | 00d4e2ea3503e6de0f198cd65343f287a51f04db (diff) | |
download | glibc-ca135f824b1dbaf43e4a673de7725db76a51b714.zip glibc-ca135f824b1dbaf43e4a673de7725db76a51b714.tar.gz glibc-ca135f824b1dbaf43e4a673de7725db76a51b714.tar.bz2 |
malloc: Remove max_total_mem member form struct malloc_par
Also note that sumblks in struct mallinfo is always 0.
No functional change.
Diffstat (limited to 'manual/memory.texi')
-rw-r--r-- | manual/memory.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/memory.texi b/manual/memory.texi index 700555e..3d99147 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. |