| Commit message (Expand) | Author | Age | Files | Lines |
* | Generalize chunk management hooks. | Jason Evans | 2015-08-04 | 1 | -100/+246 |
|
|
* | Implement support for non-coalescing maps on MinGW. | Jason Evans | 2015-07-25 | 1 | -0/+6 |
|
|
* | Revert to first-best-fit run/chunk allocation. | Jason Evans | 2015-07-16 | 1 | -35/+9 |
|
|
* | Use jemalloc_ffs() rather than ffs(). | Jason Evans | 2015-07-08 | 1 | -4/+12 |
|
|
* | Optimizations for Windows | Matthijs | 2015-06-25 | 1 | -1/+16 |
|
|
* | Fix two valgrind integration regressions. | Jason Evans | 2015-06-22 | 1 | -2/+8 |
|
|
* | Implement dynamic per arena control over dirty page purging. | Jason Evans | 2015-03-19 | 1 | -2/+35 |
|
|
* | Fix a chunk_recycle() regression. | Jason Evans | 2015-03-07 | 1 | -4/+15 |
|
|
* | Use first-fit rather than first-best-fit run/chunk allocation. | Jason Evans | 2015-03-07 | 1 | -4/+39 |
|
|
* | Quantize szad trees by size class. | Jason Evans | 2015-03-07 | 1 | -1/+1 |
|
|
* | Fix a compilation error and an incorrect assertion. | Jason Evans | 2015-02-19 | 1 | -2/+2 |
|
|
* | Fix chunk cache races. | Jason Evans | 2015-02-19 | 1 | -35/+79 |
|
|
* | Rename "dirty chunks" to "cached chunks". | Jason Evans | 2015-02-18 | 1 | -22/+23 |
|
|
* | Fix chunk_unmap() to propagate dirty state. | Jason Evans | 2015-02-18 | 1 | -3/+3 |
|
|
* | Simplify extent_node_t and add extent_node_init(). | Jason Evans | 2015-02-17 | 1 | -14/+11 |
|
|
* | Integrate whole chunks into unused dirty page purging machinery. | Jason Evans | 2015-02-17 | 1 | -53/+91 |
|
|
* | add missing check for new_addr chunk size | Daniel Micay | 2015-02-12 | 1 | -1/+1 |
|
|
* | Move centralized chunk management into arenas. | Jason Evans | 2015-02-12 | 1 | -172/+103 |
|
|
* | Refactor rtree to be lock-free. | Jason Evans | 2015-02-05 | 1 | -12/+13 |
|
|
* | Refactor base_alloc() to guarantee demand-zeroed memory. | Jason Evans | 2015-02-05 | 1 | -7/+10 |
|
|
* | Fix chunk_recycle()'s new_addr functionality. | Jason Evans | 2015-02-05 | 1 | -2/+6 |
|
|
* | Implement the prof.gdump mallctl. | Jason Evans | 2015-01-26 | 1 | -1/+2 |
|
|
* | Avoid pointless chunk_recycle() call. | Jason Evans | 2015-01-26 | 1 | -21/+29 |
|
|
* | Fix an infinite recursion bug related to a0/tsd bootstrapping. | Jason Evans | 2015-01-15 | 1 | -1/+3 |
|
|
* | Style and spelling fixes. | Jason Evans | 2014-12-09 | 1 | -1/+1 |
|
|
* | teach the dss chunk allocator to handle new_addr | Daniel Micay | 2014-11-29 | 1 | -7/+5 |
|
|
* | Initialize chunks_mtx for all configurations. | Jason Evans | 2014-10-16 | 1 | -4/+3 |
|
|
* | Refactor/fix arenas manipulation. | Jason Evans | 2014-10-08 | 1 | -1/+9 |
|
|
* | Normalize size classes. | Jason Evans | 2014-10-06 | 1 | -3/+0 |
|
|
* | Attempt to expand huge allocations in-place. | Daniel Micay | 2014-10-05 | 1 | -20/+27 |
|
|
* | Convert to uniform style: cond == false --> !cond | Jason Evans | 2014-10-03 | 1 | -8/+8 |
|
|
* | Refactor chunk map. | Qinfan Wu | 2014-09-05 | 1 | -0/+1 |
|
|
* | Refactor huge allocation to be managed by arenas. | Jason Evans | 2014-05-16 | 1 | -60/+85 |
|
|
* | Add support for user-specified chunk allocators/deallocators. | aravind | 2014-05-12 | 1 | -15/+43 |
|
|
* | Optimize Valgrind integration. | Jason Evans | 2014-04-15 | 1 | -3/+3 |
|
|
* | Make dss non-optional, and fix an "arena.<i>.dss" mallctl bug. | Jason Evans | 2014-04-15 | 1 | -4/+4 |
|
|
* | Convert rtree from (void *) to (uint8_t) storage. | Jason Evans | 2014-01-03 | 1 | -2/+2 |
|
|
* | Add rtree unit tests. | Jason Evans | 2014-01-03 | 1 | -1/+1 |
|
|
* | Consistently use malloc_mutex_prefork(). | Jason Evans | 2013-10-21 | 1 | -1/+1 |
|
|
* | Fix a compiler warning. | Jason Evans | 2013-10-20 | 1 | -1/+1 |
|
|
* | Fix another deadlock related to chunk_record(). | Jason Evans | 2013-04-23 | 1 | -8/+11 |
|
|
* | Fix deadlock related to chunk_record(). | Jason Evans | 2013-04-17 | 1 | -4/+11 |
|
|
* | Fix Valgrind integration. | Jason Evans | 2013-02-01 | 1 | -22/+26 |
|
|
* | Fix a chunk recycling bug. | Jason Evans | 2013-02-01 | 1 | -0/+1 |
|
|
* | Avoid validating freshly mapped memory. | Jason Evans | 2013-01-22 | 1 | -17/+17 |
|
|
* | Fix chunk_recycle() Valgrind integration. | Jason Evans | 2012-12-12 | 1 | -3/+2 |
|
|
* | Fix dss/mmap allocation precedence code. | Jason Evans | 2012-10-17 | 1 | -26/+14 |
|
|
* | Add arena-specific and selective dss allocation. | Jason Evans | 2012-10-13 | 1 | -42/+85 |
|
|
* | Fix fork(2)-related deadlocks. | Jason Evans | 2012-10-09 | 1 | -0/+30 |
|
|
* | Fix mlockall()/madvise() interaction. | Jason Evans | 2012-10-09 | 1 | -8/+14 |
|
|