diff options
| author | Dmitry Antipov | 2012-07-03 15:09:36 +0400 |
|---|---|---|
| committer | Dmitry Antipov | 2012-07-03 15:09:36 +0400 |
| commit | d12e8f5a194b64e25eb57d5f6ea19f663c0e4f2b (patch) | |
| tree | e3b82f1411cf9ab9600c8aebda32c50ca89c7bb9 /src/ChangeLog | |
| parent | 296094c3dde63e458242a8537d1d3c0ca299dd56 (diff) | |
| download | emacs-d12e8f5a194b64e25eb57d5f6ea19f663c0e4f2b.tar.gz emacs-d12e8f5a194b64e25eb57d5f6ea19f663c0e4f2b.zip | |
* alloc.c (allocate_vector_block): Remove redundant
calls to mallopt if DOUG_LEA_MALLOC is defined.
(allocate_vectorlike): If DOUG_LEA_MALLOC is defined,
avoid calls to mallopt if zero_vector is returned.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index d0dfa1375f6..9861fe76ca3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,12 @@ | |||
| 1 | 2012-07-03 Dmitry Antipov <dmantipov@yandex.ru> | 1 | 2012-07-03 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 2 | ||
| 3 | * alloc.c (allocate_vector_block): Remove redundant | ||
| 4 | calls to mallopt if DOUG_LEA_MALLOC is defined. | ||
| 5 | (allocate_vectorlike): If DOUG_LEA_MALLOC is defined, | ||
| 6 | avoid calls to mallopt if zero_vector is returned. | ||
| 7 | |||
| 8 | 2012-07-03 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 9 | |||
| 3 | * alloc.c (check_string_bytes): If GC_CHECK_STRING_BYTES | 10 | * alloc.c (check_string_bytes): If GC_CHECK_STRING_BYTES |
| 4 | is enabled, avoid dereferencing NULL current_sblock if | 11 | is enabled, avoid dereferencing NULL current_sblock if |
| 5 | running undumped. | 12 | running undumped. |