diff options
Diffstat (limited to 'src/ralloc.c')
| -rw-r--r-- | src/ralloc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ralloc.c b/src/ralloc.c index 9a4b1ada229..ab91baae5b5 100644 --- a/src/ralloc.c +++ b/src/ralloc.c | |||
| @@ -1199,9 +1199,9 @@ r_alloc_init (void) | |||
| 1199 | #endif | 1199 | #endif |
| 1200 | 1200 | ||
| 1201 | #ifdef DOUG_LEA_MALLOC | 1201 | #ifdef DOUG_LEA_MALLOC |
| 1202 | BLOCK_INPUT; | 1202 | block_input (); |
| 1203 | mallopt (M_TOP_PAD, 64 * 4096); | 1203 | mallopt (M_TOP_PAD, 64 * 4096); |
| 1204 | UNBLOCK_INPUT; | 1204 | unblock_input (); |
| 1205 | #else | 1205 | #else |
| 1206 | #ifndef SYSTEM_MALLOC | 1206 | #ifndef SYSTEM_MALLOC |
| 1207 | /* Give GNU malloc's morecore some hysteresis so that we move all | 1207 | /* Give GNU malloc's morecore some hysteresis so that we move all |