mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-23 17:53:37 +08:00
Remove unintended change.
This commit is contained in:
parent
dd37cd1a12
commit
2645b8e5cc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user