This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug malloc/11087] mallinfo miscounting hblks because of missing mutex


http://sourceware.org/bugzilla/show_bug.cgi?id=11087

--- Comment #6 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
       via  c6e4925d4069d38843c02994ffd284e8c87c8929 (commit)
      from  bbea82f7fe8af40fd08e8956e1aaf4d877168652 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=c6e4925d4069d38843c02994ffd284e8c87c8929

commit c6e4925d4069d38843c02994ffd284e8c87c8929
Author: OndÅej BÃlka <neleai@seznam.cz>
Date:   Wed Oct 30 16:24:38 2013 +0100

    Use atomic operations to track memory. Fixes bug 11087

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog       |    9 ++++++++-
 NEWS            |   16 ++++++++--------
 malloc/malloc.c |   23 +++++++++++------------
 3 files changed, 27 insertions(+), 21 deletions(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]