Remove unintended change.
authorUlrich Drepper <drepper@redhat.com>
Thu, 15 Apr 2010 04:09:21 +0000 (21:09 -0700)
committerUlrich Drepper <drepper@redhat.com>
Thu, 15 Apr 2010 04:09:21 +0000 (21:09 -0700)
malloc/malloc.c

index b067b65..722b1d4 100644 (file)
@@ -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