Skip to content
  1. May 15, 2012
  2. May 12, 2012
  3. May 11, 2012
    • Jason Evans's avatar
      Fix large calloc() zeroing bugs. · d8ceef6c
      Jason Evans authored
      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.
      d8ceef6c
  4. Apr 25, 2012
  5. Apr 23, 2012
  6. Apr 21, 2012
    • Jason Evans's avatar
      Fix a memory corruption bug in chunk_alloc_dss(). · 8f0e0eb1
      Jason Evans authored
      Fix a memory corruption bug in chunk_alloc_dss() that was due to
      claiming newly allocated memory is zeroed.
      
      Reverse order of preference between mmap() and sbrk() to prefer mmap().
      
      Clean up management of 'zero' parameter in chunk_alloc*().
      8f0e0eb1
  7. Apr 20, 2012
  8. Apr 18, 2012
  9. Apr 17, 2012
  10. Nov 15, 2011
  11. Nov 06, 2011
  12. Sep 01, 2011
  13. Jul 31, 2011
  14. Apr 01, 2011
  15. Mar 31, 2011
  16. Mar 22, 2011
  17. Mar 15, 2011
  18. Mar 02, 2011
  19. Feb 08, 2011
  20. Feb 01, 2011
  21. Dec 04, 2010
  22. Oct 30, 2010
  23. Oct 25, 2010