Jason Evans d8ceef6c55 Fix large calloc() zeroing bugs.
Refactor code such that arena_mapbits_{large,small}_set() always
preserves the unzeroed flag, and manually manipulate the unzeroed flag
in the one case where it actually gets reset (in arena_chunk_purge()).
This fixes unzeroed preservation bugs in arena_run_split() and
arena_ralloc_large_grow().  These bugs caused large calloc() to return
non-zeroed memory under some circumstances.
2012-05-10 21:49:43 -07:00
..
2012-05-10 21:49:43 -07:00
2012-05-01 11:32:11 -07:00
2012-03-13 16:31:41 -07:00
2012-04-21 19:17:21 -07:00
2012-04-21 19:17:21 -07:00
2012-03-02 15:59:45 -08:00
2012-04-23 19:31:45 -07:00
2012-03-07 16:19:19 -08:00
2012-03-13 16:31:41 -07:00
2012-02-28 16:50:47 -08:00
2012-04-21 21:27:46 -07:00
2012-03-02 15:59:45 -08:00
2011-11-01 20:48:31 -07:00
2012-03-07 16:19:19 -08:00
2012-04-21 21:27:46 -07:00
2012-05-02 02:08:03 -07:00