Skip to content
  1. May 08, 2018
  2. Apr 11, 2018
  3. Jul 03, 2017
  4. Jul 02, 2017
  5. Jun 13, 2017
  6. Mar 02, 2017
  7. Mar 01, 2017
  8. Feb 28, 2017
  9. Dec 04, 2016
  10. Nov 08, 2016
  11. Nov 04, 2016
  12. Nov 03, 2016
  13. Oct 05, 2016
  14. Jun 08, 2016
  15. May 13, 2016
  16. May 12, 2016
  17. May 11, 2016
  18. May 07, 2016
  19. May 04, 2016
  20. Mar 08, 2016
  21. Feb 28, 2016
  22. Feb 27, 2016
  23. Oct 24, 2015
  24. Sep 25, 2015
    • Jason Evans's avatar
      Fix a xallocx(..., MALLOCX_ZERO) bug. · a784e411
      Jason Evans authored
      Fix xallocx(..., MALLOCX_ZERO to zero the last full trailing page of
      large allocations that have been randomly assigned an offset of 0 when
      --enable-cache-oblivious configure option is enabled.  This addresses a
      special case missed in d260f442 (Fix
      xallocx(..., MALLOCX_ZERO) bugs.).
      a784e411
    • Jason Evans's avatar
      Update ChangeLog for 4.0.3. · 02709688
      Jason Evans authored
      02709688
    • Jason Evans's avatar
      Work around an NPTL-specific TSD issue. · d36c7ebb
      Jason Evans authored
      Work around a potentially bad thread-specific data initialization
      interaction with NPTL (glibc's pthreads implementation).
      
      This resolves #283.
      d36c7ebb
    • Jason Evans's avatar
      Fix xallocx(..., MALLOCX_ZERO) bugs. · d260f442
      Jason Evans authored
      Zero all trailing bytes of large allocations when
      --enable-cache-oblivious configure option is enabled.  This regression
      was introduced by 8a03cf03 (Implement
      cache index randomization for large allocations.).
      
      Zero trailing bytes of huge allocations when resizing from/to a size
      class that is not a multiple of the chunk size.
      d260f442
  25. Sep 22, 2015
    • Jason Evans's avatar
      Fix prof_tctx_dump_iter() to filter. · fb64ec29
      Jason Evans authored
      Fix prof_tctx_dump_iter() to filter out nodes that were created after
      heap profile dumping started.  Prior to this fix, spurious entries with
      arbitrary object/byte counts could appear in heap profiles, which
      resulted in jeprof inaccuracies or failures.
      fb64ec29
  26. Sep 21, 2015
  27. Sep 17, 2015
    • Jason Evans's avatar
      Fix prof_alloc_rollback(). · 3ca0cf6a
      Jason Evans authored
      Fix prof_alloc_rollback() to read tdata from thread-specific data rather
      than dereferencing a potentially invalid tctx.
      3ca0cf6a