Fix sweep_vectors to handle large bool vectors correctly.
authorDmitry Antipov <dmantipov@yandex.ru>
Wed, 18 Jul 2012 09:46:07 +0000 (13:46 +0400)
committerDmitry Antipov <dmantipov@yandex.ru>
Wed, 18 Jul 2012 09:46:07 +0000 (13:46 +0400)
commit169925ec990b7e22f35eb1e2c25a1b53f49072ff
tree83a85ef3bf725565677c1d9f3b5771f0476df099
parent439f7677e90c6f4dd789b07efd46049c1100d9ed
Fix sweep_vectors to handle large bool vectors correctly.
* alloc.c (sweep_vectors): Account total_vector_bytes for
bool vectors larger than VBLOCK_BYTES_MAX.
src/ChangeLog
src/alloc.c