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/21411] realloc documentation error


https://sourceware.org/bugzilla/show_bug.cgi?id=21411

--- Comment #3 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  3b5f801ddb838311b5b05c218caac3bdb00d7c95 (commit)
      from  e35ac97cc887a89f27c0a4ceb789cf4a7d433556 (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=3b5f801ddb838311b5b05c218caac3bdb00d7c95

commit 3b5f801ddb838311b5b05c218caac3bdb00d7c95
Author: DJ Delorie <dj@delorie.com>
Date:   Wed May 3 16:25:15 2017 -0400

    Tweak realloc/MREMAP comment to be more accurate.

    MMap'd memory isn't shrunk without MREMAP, but IIRC this is intentional for
    performance reasons.  Regardless, this patch tweaks the existing comment to
    be more accurate wrt the existing code.

        [BZ #21411]
        * malloc/malloc.c: Tweak realloc/MREMAP comment to be more accurate.

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

Summary of changes:
 ChangeLog       |    5 +++++
 malloc/malloc.c |    6 +++---
 2 files changed, 8 insertions(+), 3 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]