This is the mail archive of the glibc-cvs@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]

GNU C Library master sources branch, master, updated. glibc-2.11-376-g2645b8e


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  2645b8e5cc44efe4856b1dad351414e50d91dfad (commit)
      from  dd37cd1a1243fad34d67ea54ebc36fc412da6e88 (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 -----------------------------------------------------------------
http://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=2645b8e5cc44efe4856b1dad351414e50d91dfad

commit 2645b8e5cc44efe4856b1dad351414e50d91dfad
Author: Ulrich Drepper <drepper@redhat.com>
Date:   Wed Apr 14 21:09:21 2010 -0700

    Remove unintended change.

diff --git a/malloc/malloc.c b/malloc/malloc.c
index b067b65..722b1d4 100644
--- a/malloc/malloc.c
+++ b/malloc/malloc.c
@@ -3168,10 +3168,6 @@ static Void_t* sYSMALLOc(nb, av) INTERNAL_SIZE_T nb; mstate av;
 
   size = nb + mp_.top_pad + MINSIZE;
 
-#define TWOM (2*1024*1024)
-  char *cur = (char*)MORECORE(0);
-  size = (char*)((size_t)(cur + size + TWOM - 1)&~(TWOM-1))-cur;
-
   /*
     If contiguous, we can subtract out existing space that we hope to
     combine with new space. We add it back later only if

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

Summary of changes:
 malloc/malloc.c |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


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