| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement support for non-coalescing maps on MinGW. | Jason Evans | 2015-07-25 | 1 | -3/+3 |
|
|
* | Fix huge_ralloc_no_move() to succeed more often. | Jason Evans | 2015-07-25 | 1 | -2/+3 |
|
|
* | Fix MinGW-related portability issues. | Jason Evans | 2015-07-23 | 9 | -88/+88 |
|
|
* | Fix a compilation error. | Jason Evans | 2015-07-22 | 1 | -8/+10 |
|
|
* | Add JEMALLOC_FORMAT_PRINTF(). | Jason Evans | 2015-07-22 | 2 | -4/+4 |
|
|
* | Port mq_get() to MinGW. | Jason Evans | 2015-07-21 | 2 | -10/+36 |
|
|
* | Fix more MinGW build warnings. | Jason Evans | 2015-07-18 | 4 | -43/+46 |
|
|
* | Add the config.cache_oblivious mallctl. | Jason Evans | 2015-07-17 | 1 | -0/+1 |
|
|
* | Add timer support for Windows. | Jason Evans | 2015-07-13 | 2 | -10/+24 |
|
|
* | Avoid function prototype incompatibilities. | Jason Evans | 2015-07-10 | 2 | -5/+5 |
|
|
* | Fix an integer overflow bug in {size2index,s2u}_compute(). | Jason Evans | 2015-07-10 | 1 | -0/+89 |
|
|
* | Fix indentation. | Jason Evans | 2015-07-09 | 1 | -1/+1 |
|
|
* | Fix size class overflow handling when profiling is enabled. | Jason Evans | 2015-06-24 | 3 | -5/+59 |
|
|
* | Clarify relationship between stats.resident and stats.mapped. | Jason Evans | 2015-05-30 | 1 | -3/+7 |
|
|
* | Avoid atomic operations for dependent rtree reads. | Jason Evans | 2015-05-16 | 1 | -14/+14 |
|
|
* | Fix signed/unsigned comparison in arena_lg_dirty_mult_valid(). | Jason Evans | 2015-03-24 | 1 | -3/+3 |
|
|
* | Implement dynamic per arena control over dirty page purging. | Jason Evans | 2015-03-19 | 3 | -19/+123 |
|
|
* | use CLOCK_MONOTONIC in the timer if it's available | Daniel Micay | 2015-03-13 | 2 | -0/+27 |
|
|
* | Remove obsolete (incorrect) assertions. | Jason Evans | 2015-02-16 | 1 | -21/+24 |
|
|
* | Move centralized chunk management into arenas. | Jason Evans | 2015-02-12 | 1 | -27/+0 |
|
|
* | Test and fix tcache ID recycling. | Jason Evans | 2015-02-10 | 1 | -0/+12 |
|
|
* | Implement explicit tcache support. | Jason Evans | 2015-02-10 | 1 | -0/+110 |
|
|
* | Refactor rtree to be lock-free. | Jason Evans | 2015-02-05 | 1 | -25/+52 |
|
|
* | Implement more atomic operations. | Jason Evans | 2015-02-05 | 1 | -30/+55 |
|
|
* | Implement the prof.gdump mallctl. | Jason Evans | 2015-01-26 | 1 | -2/+27 |
|
|
* | Introduce two new modes of junk filling: "alloc" and "free". | Guilherme Goncalves | 2014-12-15 | 4 | -16/+33 |
|
|
* | Style and spelling fixes. | Jason Evans | 2014-12-09 | 3 | -5/+3 |
|
|
* | Fix test_stats_arenas_bins for 32-bit builds. | Yuriy Kaminskiy | 2014-12-03 | 1 | -0/+1 |
|
|
* | Thwart compiler optimizations. | Jason Evans | 2014-10-15 | 1 | -0/+12 |
|
|
* | Add per size class huge allocation statistics. | Jason Evans | 2014-10-13 | 2 | -10/+114 |
|
|
* | Don't fetch tsd in a0{d,}alloc(). | Jason Evans | 2014-10-11 | 1 | -0/+1 |
|
|
* | Add configure options. | Jason Evans | 2014-10-10 | 2 | -1/+27 |
|
|
* | Don't configure HAVE_SSE2. | Jason Evans | 2014-10-09 | 1 | -1/+4 |
|
|
* | Avoid atexit(3) when possible, disable prof_final by default. | Jason Evans | 2014-10-09 | 2 | -3/+2 |
|
|
* | Use regular arena allocation for huge tree nodes. | Daniel Micay | 2014-10-08 | 1 | -7/+20 |
|
|
* | Refactor/fix arenas manipulation. | Jason Evans | 2014-10-08 | 1 | -0/+1 |
|
|
* | Normalize size classes. | Jason Evans | 2014-10-06 | 2 | -4/+15 |
|
|
* | Attempt to expand huge allocations in-place. | Daniel Micay | 2014-10-05 | 1 | -2/+3 |
|
|
* | Avoid purging in microbench when lazy-lock is enabled. | Jason Evans | 2014-10-04 | 1 | -0/+9 |
|
|
* | Fix tsd cleanup regressions. | Jason Evans | 2014-10-04 | 2 | -9/+35 |
|
|
* | Skip test_prof_thread_name_validation if !config_prof. | Jason Evans | 2014-10-04 | 1 | -0/+2 |
|
|
* | Implement/test/fix prof-related mallctl's. | Jason Evans | 2014-10-04 | 3 | -0/+268 |
|
|
* | Convert to uniform style: cond == false --> !cond | Jason Evans | 2014-10-03 | 2 | -4/+3 |
|
|
* | Remove obsolete comment. | Jason Evans | 2014-10-03 | 1 | -6/+0 |
|
|
* | Test prof.reset mallctl and fix numerous discovered bugs. | Jason Evans | 2014-10-03 | 1 | -0/+238 |
|
|
* | Refactor permuted backtrace test allocation. | Jason Evans | 2014-10-02 | 9 | -43/+53 |
|
|
* | Implement compile-time bitmap size computation. | Jason Evans | 2014-09-28 | 1 | -11/+5 |
|
|
* | Convert all tsd variables to reside in a single tsd structure. | Jason Evans | 2014-09-23 | 3 | -25/+37 |
|
|
* | Add support for sized deallocation. | Daniel Micay | 2014-09-09 | 2 | -0/+77 |
|
|
* | Add relevant function attributes to [msn]allocx(). | Jason Evans | 2014-09-08 | 1 | -17/+9 |
|
|