Jason Evans 1271185b87 Fix chunk_recycle() Valgrind integration.
Fix chunk_recycyle() to unconditionally inform Valgrind that returned
memory is undefined.  This fixes Valgrind warnings that would result
from a huge allocation being freed, then recycled for use as an arena
chunk.  The arena code would write metadata to the chunk header, and
Valgrind would consider these invalid writes.
2012-12-12 10:12:18 -08:00
..
2012-04-11 18:13:45 -07:00
2012-04-23 22:07:30 -07:00
2012-10-09 15:21:46 -07:00
2012-05-02 00:30:36 -07:00