aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2015-09-24Fix a xallocx(..., MALLOCX_ZERO) bug.Jason Evans
2015-09-24Update ChangeLog for 4.0.3.Jason Evans
2015-09-24Work around an NPTL-specific TSD issue.Jason Evans
2015-09-24Fix xallocx(..., MALLOCX_ZERO) bugs.Jason Evans
2015-09-21Fix prof_tctx_dump_iter() to filter.Jason Evans
2015-09-21Update ChangeLog for 4.0.2.Jason Evans
2015-09-17Fix prof_alloc_rollback().Jason Evans
2015-09-17Fix irallocx_prof_sample().Jason Evans
2015-09-17Fix ixallocx_prof_sample().Jason Evans
2015-09-15Update ChangeLog for 4.0.1.Jason Evans
2015-09-15Fix ixallocx_prof() to check for size greater than HUGE_MAXCLASS.Jason Evans
2015-09-14Fix prof_{malloc,free}_sample_object() call order in prof_realloc().Jason Evans
2015-09-14Fix ixallocx_prof_sample() argument order reversal.Jason Evans
2015-09-14Make one call to prof_active_get_unlocked() per allocation event.Jason Evans
2015-09-14Fix irealloc_prof() to prof_alloc_rollback() on OOM.Jason Evans
2015-09-11Fix xallocx() bugs.Jason Evans
2015-09-09Fix "prof.reset" mallctl-related corruption.Jason Evans
2015-09-02Fix TLS configuration.Jason Evans
2015-08-27Fix chunk purge hook calls for in-place huge shrinking reallocation.Mike Hommey
2015-08-27Fix arenas_cache_cleanup() and arena_get_hard().Jason Evans
2015-08-26Add JEMALLOC_CXX_THROW to the memalign() function prototype.Jason Evans
2015-08-21Fix arenas_cache_cleanup().Christopher Ferris
2015-08-19Rename index_t to szind_t to avoid an existing type on Solaris.Jason Evans
2015-08-19Don't bitshift by negative amounts.Jason Evans
2015-08-17Update ChangeLog for 4.0.0.Jason Evans
2015-08-12Remove obsolete entry.Jason Evans
2015-08-03Generalize chunk management hooks.Jason Evans
2015-07-17Add the config.cache_oblivious mallctl.Jason Evans
2015-07-09Add a missing ChangeLog entry.Jason Evans
2015-07-07Fix typos ChangeLogcharsyam
2015-07-07Minor ChangeLog edit.Jason Evans
2015-06-23Fix size class overflow handling when profiling is enabled.Jason Evans
2015-05-06Implement cache index randomization for large allocations.Jason Evans
2015-05-01Rename pprof to jeprof.Jason Evans
2015-04-30Fix mallctl doc: arenas.hchunk.<i>.sizeQinfan Wu
2015-03-24Add the "stats.arenas.<i>.lg_dirty_mult" mallctl.Jason Evans
2015-03-23Add the "stats.allocated" mallctl.Jason Evans
2015-03-18Restore --enable-ivsalloc.Jason Evans
2015-03-09Update ChangeLog.Jason Evans
2014-03-31Update ChangeLog for 3.6.0.Jason Evans
2014-02-25Update ChangeLog for 3.5.1.Jason Evans
2014-01-22Fix a typo.Jason Evans
2014-01-22Update ChangeLog for 3.5.0.Jason Evans
2014-01-17Update ChangeLog.Jason Evans
2013-12-05Disable floating point code/linking when possible.Jason Evans
2013-12-03Refactor to support more varied testing.Jason Evans
2013-10-20Update ChangeLog for 3.4.1.Jason Evans
2013-10-20Fix a race condition in the "arenas.extend" mallctl.Jason Evans
2013-10-19Fix a Valgrind integration flaw.Jason Evans
2013-10-19Update ChangeLog.Jason Evans