summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Implement smoothstep table generation.Jason Evans2016-02-205-0/+472
* Refactor out arena_compute_npurge().Jason Evans2016-02-201-43/+37
* Refactor arenas_cache tsd.Jason Evans2016-02-206-92/+142
* Refactor arena_ralloc_no_move().Jason Evans2016-02-201-11/+10
* Refactor arena_malloc_hard() out of arena_malloc().Jason Evans2016-02-203-17/+25
* Refactor prng* from cpp macros into inline functions.Jason Evans2016-02-2012-69/+205
* Use ticker for incremental tcache GC.Jason Evans2016-02-202-5/+4
* Implement ticker.Jason Evans2016-02-206-2/+163
* Flesh out time_*() API.Jason Evans2016-02-208-56/+397
* Add time_update().Cameron Evans2016-02-207-2/+97
* Add --with-malloc-conf.Jason Evans2016-02-209-44/+87
* Fix arena_sdalloc() line wrapping.Jason Evans2016-02-201-5/+8
* Fix test_stats_arenas_summary fragility.Jason Evans2016-02-201-4/+4
* Don't rely on unpurged chunks in xallocx() test.Jason Evans2016-02-201-20/+20
* Fix a documentation editing error.Jason Evans2016-02-201-1/+1
* Pass retain and exclude parameters to /pprof/symbol.Jason Evans2016-01-301-0/+23
* Detect failed profile fetchesDave Watson2016-01-121-1/+1
* Don't discard curl options if timeout is not defined.Dave Watson2016-01-121-1/+1
* Call malloc_test_boot0() from malloc_init_hard_recursible().Cosmin Paraschiv2016-01-111-5/+16
* Implement --retain and --exclude in jeprof.Jason Evans2015-12-141-2/+48
* Use AC_CONFIG_AUX_DIR([build-aux]).Jason Evans2015-11-124-0/+2
* Tweak code to allow compilation of concatenated src/*.c sources.Jason Evans2015-11-124-46/+62
* Fix a comment.Jason Evans2015-11-121-1/+1
* Reuse previously computed valueDmitry-Me2015-11-121-2/+4
* Fast-path improvement: reduce # of branches and unnecessary operations.Qi Wang2015-11-1011-211/+354
* Add test for tree destructionJoshua Kahn2015-11-091-1/+16
* Add function to destroy treeJoshua Kahn2015-11-091-1/+40
* Allow const keys for lookupJoshua Kahn2015-11-095-17/+18
* Assert compact color bit is unusedSteve Dougherty2015-11-091-1/+10
* Remove arena_run_dalloc_decommit().Mike Hommey2015-11-091-23/+2
* use correct macro definitions for clang-clNathan Froyd2015-11-091-26/+26
* Integrate raw heap profile support into jeprof.Jason Evans2015-11-091-11/+43
* Merge branch 'dev'4.0.4Jason Evans2015-10-245-48/+92
|\
| * Update ChangeLog for 4.0.4.Jason Evans2015-10-241-1/+6
| * Fix a manual editing error.Jason Evans2015-10-191-2/+2
| * Fix intermittent xallocx() test failures.Jason Evans2015-10-011-43/+65
| * Fix a xallocx(..., MALLOCX_ZERO) bug.Jason Evans2015-09-253-3/+20
|/
* Merge branch 'dev'4.0.3Jason Evans2015-09-257-23/+183
|\
| * Update ChangeLog for 4.0.3.Jason Evans2015-09-251-1/+3
| * Remove fragile xallocx() test case.Jason Evans2015-09-251-9/+0
| * Work around an NPTL-specific TSD issue.Jason Evans2015-09-242-0/+5
| * Make mallocx() OOM test more robust.Jason Evans2015-09-241-3/+14
| * Fix xallocx(..., MALLOCX_ZERO) bugs.Jason Evans2015-09-244-15/+148
| * Fix prof_tctx_dump_iter() to filter.Jason Evans2015-09-222-5/+23
|/
* Merge branch 'dev'4.0.2Jason Evans2015-09-217-54/+114
|\
| * Update ChangeLog for 4.0.2.Jason Evans2015-09-211-1/+3
| * Fix tsd_boot1() to use explicit 'void' parameter list.Craig Rodrigues2015-09-211-4/+4
| * Make arena_dalloc_large_locked_impl() static.Jason Evans2015-09-201-1/+1
| * Add mallocx() OOM tests.Jason Evans2015-09-172-0/+72
| * Expand check_integration_prof testing.Jason Evans2015-09-171-0/+1