Skip to content
  1. Sep 21, 2015
  2. Sep 20, 2015
  3. Sep 18, 2015
  4. Sep 17, 2015
    • Jason Evans's avatar
      Expand check_integration_prof testing. · 4d0e162d
      Jason Evans authored
      Run integration tests with MALLOC_CONF="prof:true,prof_active:false" in
      addition to MALLOC_CONF="prof:true".
      4d0e162d
    • 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
    • Jason Evans's avatar
      Simplify imallocx_prof_sample(). · 3263be6e
      Jason Evans authored
      Simplify imallocx_prof_sample() to always operate on usize rather than
      sometimes using size.  This avoids redundant usize computations and
      more closely fits the style adopted by i[rx]allocx_prof_sample() to fix
      sampling bugs.
      3263be6e
    • Jason Evans's avatar
      Fix irallocx_prof_sample(). · 4be9c79f
      Jason Evans authored
      Fix irallocx_prof_sample() to always allocate large regions, even when
      alignment is non-zero.
      4be9c79f
    • Jason Evans's avatar
      Fix ixallocx_prof_sample(). · 38e2c8fa
      Jason Evans authored
      Fix ixallocx_prof_sample() to never modify nor create sampled small
      allocations.  xallocx() is in general incapable of moving small
      allocations, so this fix removes buggy code without loss of generality.
      38e2c8fa
  5. Sep 16, 2015
  6. Sep 15, 2015
  7. Sep 12, 2015
  8. Sep 10, 2015
    • Jason Evans's avatar
      Fix "prof.reset" mallctl-related corruption. · a00b1073
      Jason Evans authored
      Fix heap profiling to distinguish among otherwise identical sample sites
      with interposed resets (triggered via the "prof.reset" mallctl).  This
      bug could cause data structure corruption that would most likely result
      in a segfault.
      a00b1073
  9. Sep 04, 2015
  10. Sep 02, 2015
    • Jason Evans's avatar
      Optimize arena_prof_tctx_set(). · 594c759f
      Jason Evans authored
      Optimize arena_prof_tctx_set() to avoid reading run metadata when
      deciding whether it's actually necessary to write.
      594c759f
    • Jason Evans's avatar
      Fix TLS configuration. · c0f43b65
      Jason Evans authored
      Fix TLS configuration such that it is enabled by default for platforms
      on which it works correctly.  This regression was introduced by
      ac5db020 (Make --enable-tls and
      --enable-lazy-lock take precedence over configure.ac-hardcoded
      defaults).
      c0f43b65
  11. Aug 28, 2015