diff options
Diffstat (limited to 'src/alloc.c')
| -rw-r--r-- | src/alloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/alloc.c b/src/alloc.c index b18e313fc87..90ef4ba4e81 100644 --- a/src/alloc.c +++ b/src/alloc.c | |||
| @@ -1180,7 +1180,7 @@ emacs_blocked_free (ptr, ptr2) | |||
| 1180 | is substantially larger than the block size malloc uses. */ | 1180 | is substantially larger than the block size malloc uses. */ |
| 1181 | && (bytes_used_when_full | 1181 | && (bytes_used_when_full |
| 1182 | > ((bytes_used_now = BYTES_USED) | 1182 | > ((bytes_used_now = BYTES_USED) |
| 1183 | + max (malloc_hysteresis, 4) * SPARE_MEMORY)) | 1183 | + max (malloc_hysteresis, 4) * SPARE_MEMORY))) |
| 1184 | refill_memory_reserve (); | 1184 | refill_memory_reserve (); |
| 1185 | 1185 | ||
| 1186 | __free_hook = emacs_blocked_free; | 1186 | __free_hook = emacs_blocked_free; |