* alloc.c (allocate_vector_block): Remove redundant
authorDmitry Antipov <dmantipov@yandex.ru>
Tue, 3 Jul 2012 11:09:36 +0000 (15:09 +0400)
committerDmitry Antipov <dmantipov@yandex.ru>
Tue, 3 Jul 2012 11:09:36 +0000 (15:09 +0400)
commitd12e8f5a194b64e25eb57d5f6ea19f663c0e4f2b
treee3b82f1411cf9ab9600c8aebda32c50ca89c7bb9
parent296094c3dde63e458242a8537d1d3c0ca299dd56
* 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.
src/ChangeLog
src/alloc.c