summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix lg_dirty_mult-related stats printing.Jason Evans2015-03-211-66/+82
* Restore --enable-ivsalloc.Jason Evans2015-03-196-5/+43
* Implement dynamic per arena control over dirty page purging.Jason Evans2015-03-1913-96/+457
* Use InterlockedCompareExchange instead of non-existing InterlockedCompareExch...Mike Hommey2015-03-171-1/+1
* Fix heap profiling regressions.Jason Evans2015-03-162-13/+31
* Eliminate innocuous compiler warnings.Jason Evans2015-03-141-0/+2
* Fix a heap profiling regression.Jason Evans2015-03-142-13/+32
* use CLOCK_MONOTONIC in the timer if it's availableDaniel Micay2015-03-132-0/+27
* Use the error code given to buferror on WindowsMike Hommey2015-03-131-1/+1
* Fix a heap profiling regression.Jason Evans2015-03-121-2/+7
* Fix unsigned comparison underflow.Jason Evans2015-03-122-2/+2
* Fix a declaration-after-statement regression.Jason Evans2015-03-111-3/+2
* Normalize rdelm/rd structure field naming.Jason Evans2015-03-113-27/+27
* Refactor dirty run linkage to reduce sizeof(extent_node_t).Jason Evans2015-03-114-57/+95
* Update ChangeLog.Jason Evans2015-03-091-1/+150
* Fix a chunk_recycle() regression.Jason Evans2015-03-071-4/+15
* Use first-fit rather than first-best-fit run/chunk allocation.Jason Evans2015-03-073-30/+87
* Quantize szad trees by size class.Jason Evans2015-03-074-14/+39
* Change default chunk size from 4 MiB to 256 KiB.Jason Evans2015-03-072-14/+14
* Preserve LastError when calling TlsGetValueMike Hommey2015-03-041-2/+6
* Make --without-export actually workMike Hommey2015-03-042-5/+15
* adding support for bitrigDave Huseby2015-02-261-1/+1
* Fix a compilation error and an incorrect assertion.Jason Evans2015-02-191-2/+2
* Fix chunk cache races.Jason Evans2015-02-195-134/+258
* Rename "dirty chunks" to "cached chunks".Jason Evans2015-02-187-86/+91
* Fix chunk_unmap() to propagate dirty state.Jason Evans2015-02-183-8/+14
* arena_chunk_dirty_node_init() --> extent_node_dirty_linkage_init()Jason Evans2015-02-183-11/+13
* Remove obsolete type arena_chunk_miscelms_t.Jason Evans2015-02-181-1/+0
* Simplify extent_node_t and add extent_node_init().Jason Evans2015-02-176-43/+39
* Integrate whole chunks into unused dirty page purging machinery.Jason Evans2015-02-1712-249/+632
* Remove more obsolete (incorrect) assertions.Jason Evans2015-02-161-2/+0
* Remove obsolete (incorrect) assertions.Jason Evans2015-02-162-23/+24
* Fix --enable-debug regression.Jason Evans2015-02-161-0/+3
* Normalize *_link and link_* fields to all be *_link.Jason Evans2015-02-164-13/+12
* Remove redundant tcache_boot() call.Jason Evans2015-02-151-2/+0
* If MALLOCX_ARENA(a) is specified, use it during tcache fill.Jason Evans2015-02-133-36/+37
* Take into account the install suffix that jemalloc was built with in the pkg-...Abhishek Kulkarni2015-02-131-1/+2
* Put VERSION file in object directoryDan McGregor2015-02-132-12/+16
* Build docs in object directoryDan McGregor2015-02-131-4/+4
* Make prof_tctx accesses atomic.Jason Evans2015-02-121-4/+10
* Refactor huge_*() calls into arena internals.Jason Evans2015-02-124-225/+236
* add missing check for new_addr chunk sizeDaniel Micay2015-02-121-1/+1
* Move centralized chunk management into arenas.Jason Evans2015-02-1226-555/+394
* Update ckh to support metadata allocation tracking.Jason Evans2015-02-121-9/+11
* Fix a regression in tcache_bin_flush_small().Jason Evans2015-02-121-1/+1
* Remove unnecessary xchg* lock prefixes.Jason Evans2015-02-111-2/+2
* Test and fix tcache ID recycling.Jason Evans2015-02-102-1/+13
* Implement explicit tcache support.Jason Evans2015-02-1016-337/+740
* Fix arena_get() for (!init_if_missing && refresh_if_missing) case.Jason Evans2015-02-101-4/+1
* Refactor rtree to be lock-free.Jason Evans2015-02-057-224/+379