| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add JEMALLOC_FORMAT_PRINTF(). | Jason Evans | 2015-07-22 | 2 | -5/+5 |
|
|
* | Move JEMALLOC_NOTHROW just after return type. | Jason Evans | 2015-07-21 | 1 | -36/+27 |
|
|
* | Remove JEMALLOC_ALLOC_SIZE annotations on functions not returning pointers | Mike Hommey | 2015-07-21 | 1 | -2/+2 |
|
|
* | Add the config.cache_oblivious mallctl. | Jason Evans | 2015-07-17 | 1 | -0/+3 |
|
|
* | Revert to first-best-fit run/chunk allocation. | Jason Evans | 2015-07-16 | 2 | -77/+26 |
|
|
* | Avoid function prototype incompatibilities. | Jason Evans | 2015-07-10 | 1 | -20/+40 |
|
|
* | Fix a variable declaration typo. | Jason Evans | 2015-07-08 | 1 | -1/+1 |
|
|
* | Use jemalloc_ffs() rather than ffs(). | Jason Evans | 2015-07-08 | 1 | -4/+12 |
|
|
* | Fix MinGW build warnings. | Jason Evans | 2015-07-08 | 3 | -49/+52 |
|
|
* | Fix an assignment type warning for tls_callback. | Jason Evans | 2015-07-08 | 1 | -2/+2 |
|
|
* | Move a variable declaration closer to its use. | Jason Evans | 2015-07-07 | 1 | -1/+2 |
|
|
* | Optimizations for Windows | Matthijs | 2015-06-25 | 3 | -2/+24 |
|
|
* | Fix size class overflow handling when profiling is enabled. | Jason Evans | 2015-06-24 | 1 | -4/+12 |
|
|
* | Convert arena_maybe_purge() recursion to iteration. | Jason Evans | 2015-06-23 | 1 | -10/+24 |
|
|
* | Add alignment assertions to public aligned allocation functions. | Jason Evans | 2015-06-23 | 1 | -28/+33 |
|
|
* | Fix two valgrind integration regressions. | Jason Evans | 2015-06-22 | 2 | -3/+9 |
|
|
* | Clarify relationship between stats.resident and stats.mapped. | Jason Evans | 2015-05-30 | 1 | -0/+2 |
|
|
* | Bypass tcache when draining quarantined allocations. | Jason Evans | 2015-05-30 | 1 | -3/+3 |
|
|
* | Impose a minimum tcache count for small size classes. | Jason Evans | 2015-05-20 | 1 | -1/+5 |
|
|
* | Fix performance regression in arena_palloc(). | Jason Evans | 2015-05-20 | 1 | -2/+13 |
|
|
* | Fix nhbins calculation. | Jason Evans | 2015-05-20 | 1 | -1/+1 |
|
|
* | Avoid atomic operations for dependent rtree reads. | Jason Evans | 2015-05-16 | 1 | -1/+1 |
|
|
* | Implement cache index randomization for large allocations. | Jason Evans | 2015-05-06 | 3 | -51/+193 |
|
|
* | Rename pprof to jeprof. | Jason Evans | 2015-05-01 | 1 | -1/+1 |
|
|
* | Prefer /proc/<pid>/task/<pid>/maps over /proc/<pid>/maps on Linux. | Jason Evans | 2015-05-01 | 1 | -5/+24 |
|
|
* | Concise JEMALLOC_HAVE_ISSETUGID case in secure_getenv(). | Igor Podlesny | 2015-04-30 | 1 | -11/+3 |
|
|
* | Fix in-place shrinking huge reallocation purging bugs. | Jason Evans | 2015-03-26 | 2 | -21/+17 |
|
|
* | Add the "stats.arenas.<i>.lg_dirty_mult" mallctl. | Jason Evans | 2015-03-24 | 3 | -16/+14 |
|
|
* | Fix signed/unsigned comparison in arena_lg_dirty_mult_valid(). | Jason Evans | 2015-03-24 | 1 | -1/+2 |
|
|
* | Fix arena_get() usage. | Jason Evans | 2015-03-24 | 1 | -5/+17 |
|
|
* | We have pages_unmap(ret, size) so we use it. | Igor Podlesny | 2015-03-24 | 1 | -9/+1 |
|
|
* | Add the "stats.allocated" mallctl. | Jason Evans | 2015-03-24 | 3 | -18/+42 |
|
|
* | Fix a compile error caused by mixed declarations and code. | Qinfan Wu | 2015-03-21 | 1 | -2/+3 |
|
|
* | Fix lg_dirty_mult-related stats printing. | Jason Evans | 2015-03-21 | 1 | -66/+82 |
|
|
* | Restore --enable-ivsalloc. | Jason Evans | 2015-03-19 | 1 | -2/+2 |
|
|
* | Implement dynamic per arena control over dirty page purging. | Jason Evans | 2015-03-19 | 5 | -65/+228 |
|
|
* | Fix heap profiling regressions. | Jason Evans | 2015-03-16 | 1 | -12/+9 |
|
|
* | Eliminate innocuous compiler warnings. | Jason Evans | 2015-03-14 | 1 | -0/+2 |
|
|
* | Fix a heap profiling regression. | Jason Evans | 2015-03-14 | 1 | -13/+31 |
|
|
* | Use the error code given to buferror on Windows | Mike Hommey | 2015-03-13 | 1 | -1/+1 |
|
|
* | Fix a heap profiling regression. | Jason Evans | 2015-03-12 | 1 | -2/+7 |
|
|
* | Fix unsigned comparison underflow. | Jason Evans | 2015-03-12 | 1 | -1/+1 |
|
|
* | Fix a declaration-after-statement regression. | Jason Evans | 2015-03-11 | 1 | -3/+2 |
|
|
* | Normalize rdelm/rd structure field naming. | Jason Evans | 2015-03-11 | 1 | -4/+4 |
|
|
* | Refactor dirty run linkage to reduce sizeof(extent_node_t). | Jason Evans | 2015-03-11 | 1 | -41/+48 |
|
|
* | 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 | 2 | -29/+86 |
|
|
* | Quantize szad trees by size class. | Jason Evans | 2015-03-07 | 4 | -14/+39 |
|
|
* | 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 | 2 | -128/+242 |
|
|