summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Pairing heapDave Watson2016-03-085-0/+270
* Replace contributor name with github account.Jason Evans2016-03-081-2/+2
* Avoid a potential innocuous compiler warning.Jason Evans2016-03-032-2/+6
* Fix stack corruption and uninitialized var warningDmitri Smirnov2016-02-292-7/+8
* Fix MSVC project and improve MSVC lib naming (v140 -> vc140)rustyx2016-02-293-7/+23
* Remove errno overrides.Dmitri Smirnov2016-02-291-21/+1
* Update copyright dates for 2016.Jason Evans2016-02-281-2/+2
* Merge branch 'dev'4.1.0Jason Evans2016-02-2885-1590/+6236
|\
| * Update ChangeLog for 4.1.0.Jason Evans2016-02-281-1/+1
| * Make test_threads more genericrustyx2016-02-281-66/+55
| * Update ChangeLog.Jason Evans2016-02-281-7/+10
| * Fix decay tests for --disable-tcache case.Jason Evans2016-02-281-6/+14
| * Fix a potential tsd cleanup leak.Jason Evans2016-02-281-0/+3
| * Fix stats.arenas.<i>.[...] for --disable-stats case.Jason Evans2016-02-286-86/+120
| * Fix decay tests for --disable-stats case.Jason Evans2016-02-281-11/+18
| * Add/alphabetize private symbols.Jason Evans2016-02-271-15/+15
| * Fix stats.cactive accounting regression.Jason Evans2016-02-272-33/+29
| * Update ChangeLog in preparation for 4.1.0.Jason Evans2016-02-271-0/+70
| * Refactor arena_cactive_update() into arena_cactive_{add,sub}().Jason Evans2016-02-271-7/+19
| * Remove invalid tests.Jason Evans2016-02-272-18/+2
| * Move retaining out of default chunk hooksbuchgr2016-02-261-11/+25
| * Refactor some bitmap cpp logic.Jason Evans2016-02-261-3/+2
| * Use linear scan for small bitmapsDave Watson2016-02-262-3/+88
| * Miscellaneous bitmap refactoring.Jason Evans2016-02-264-39/+38
| * Improve test_threads performancerustyx2016-02-261-4/+4
| * Fix MSVC projectrustyx2016-02-262-0/+4
| * Silence miscellaneous 64-to-32-bit data loss warnings.Jason Evans2016-02-264-15/+14
| * Remove a superfluous comment.Jason Evans2016-02-261-1/+0
| * Add more HUGE_MAXCLASS overflow checks.Jason Evans2016-02-261-23/+34
| * Cast PTRDIFF_MAX to size_t before adding 1.Jason Evans2016-02-263-10/+10
| * Make *allocx() size class overflow behavior defined.Jason Evans2016-02-2514-89/+247
| * Refactor arenas array (fixes deadlock).Jason Evans2016-02-259-211/+159
| * Fix arena_size computation.Dave Watson2016-02-251-1/+1
| * Fix arena_run_first_best_fitDave Watson2016-02-251-1/+1
| * Attempt mmap-based in-place huge reallocation.Jason Evans2016-02-253-13/+12
| * Document the heap profile format.Jason Evans2016-02-241-1/+49
| * Update manual to reflect removal of global huge object tree.Jason Evans2016-02-241-16/+11
| * Fix ffs_zu() compilation error on MinGW.Jason Evans2016-02-241-3/+5
| * Silence miscellaneous 64-to-32-bit data loss warnings.Jason Evans2016-02-242-2/+6
| * Compile with -Wshorten-64-to-32.Jason Evans2016-02-241-0/+1
| * Silence miscellaneous 64-to-32-bit data loss warnings.Jason Evans2016-02-2413-41/+49
| * Change lg_floor() return type from size_t to unsigned.Jason Evans2016-02-242-17/+18
| * Use ssize_t for readlink() rather than int.Jason Evans2016-02-241-1/+1
| * Make opt_narenas unsigned rather than size_t.Jason Evans2016-02-246-14/+24
| * Make nhbins unsigned rather than size_t.Jason Evans2016-02-242-2/+2
| * Explicitly cast mib[] elements to unsigned where appropriate.Jason Evans2016-02-241-9/+9
| * Refactor jemalloc_ffs*() into ffs_*().Jason Evans2016-02-248-40/+70
| * Fix Windows build issuesDmitri Smirnov2016-02-244-6/+31
| * Collapse arena_avail_tree_* into arena_run_tree_*.Jason Evans2016-02-242-13/+8
| * Separate arena_avail treesDave Watson2016-02-242-94/+56