Skip to content

Commit

Permalink
Remove unintended change.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrich Drepper committed Apr 15, 2010
1 parent dd37cd1 commit 2645b8e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions malloc/malloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2645b8e

Please sign in to comment.