Skip to content
  • Jason Evans's avatar
    Fix chunk_recycle() Valgrind integration. · 1271185b
    Jason Evans authored
    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.
    1271185b
To find the state of this project's repository at the time of any of these versions, check out the tags.