| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove all vestiges of chunks. | Jason Evans | 2016-10-12 | 23 | -270/+26 |
|
|
* | Remove ratio-based purging. | Jason Evans | 2016-10-12 | 11 | -485/+38 |
|
|
* | Fix and simplify decay-based purging. | Jason Evans | 2016-10-11 | 2 | -69/+69 |
|
|
* | Fix decay tests to all adapt to nstime_monotonic(). | Jason Evans | 2016-10-11 | 1 | -6/+9 |
|
|
* | Do not advance decay epoch when time goes backwards. | Jason Evans | 2016-10-11 | 6 | -6/+63 |
|
|
* | Refactor arena->decay_* into arena->decay.* (arena_decay_t). | Jason Evans | 2016-10-11 | 2 | -84/+91 |
|
|
* | Refine nstime_update(). | Jason Evans | 2016-10-10 | 5 | -38/+109 |
|
|
* | Reduce "thread.arena" mallctl contention. | Jason Evans | 2016-10-04 | 1 | -3/+1 |
|
|
* | Remove a size class assertion from extent_size_quantize_floor(). | Jason Evans | 2016-10-03 | 1 | -1/+0 |
|
|
* | Fix size class overflow bugs. | Jason Evans | 2016-10-03 | 4 | -8/+30 |
|
|
* | Verify extent hook functions receive correct extent_hooks pointer. | Jason Evans | 2016-09-29 | 1 | -17/+52 |
|
|
* | Update extent hook function prototype comments. | Jason Evans | 2016-09-29 | 1 | -13/+14 |
|
|
* | Close file descriptor after reading "/proc/sys/vm/overcommit_memory". | Jason Evans | 2016-09-26 | 1 | -0/+1 |
|
|
* | use install command determined by configure | Thomas Köckerbauer | 2016-09-26 | 1 | -20/+21 |
|
|
* | Readme.txt error for building in the Windows | Bai | 2016-09-26 | 1 | -1/+1 |
|
|
* | Fix LG_QUANTUM definition for sparc64 | Eric Le Bihan | 2016-09-26 | 1 | -1/+1 |
|
|
* | Formatting fixes. | Jason Evans | 2016-09-26 | 1 | -9/+12 |
|
|
* | Fix a bug in __builtin_unreachable configure check | Elliot Ronaghan | 2016-09-26 | 1 | -1/+1 |
|
|
* | Avoid self assignment in tsd_set(). | Jason Evans | 2016-09-23 | 1 | -4/+8 |
|
|
* | Add various mutex ownership assertions. | Jason Evans | 2016-09-23 | 3 | -6/+14 |
|
|
* | Fix extent_{before,last,past}() to return page-aligned results. | Jason Evans | 2016-09-23 | 1 | -4/+5 |
|
|
* | Fix large_dalloc_impl() to always lock large_mtx. | Jason Evans | 2016-09-23 | 1 | -4/+7 |
|
|
* | Add new_addr validation in extent_recycle(). | Jason Evans | 2016-09-23 | 1 | -6/+28 |
|
|
* | Protect extents_dirty access with extents_mtx. | Jason Evans | 2016-09-22 | 5 | -58/+112 |
|
|
* | Fix extent_recycle() to exclude other arenas' extents. | Jason Evans | 2016-09-22 | 1 | -1/+2 |
|
|
* | Fix arena_bind(). | Qi Wang | 2016-09-22 | 1 | -6/+7 |
|
|
* | Fix -Wundef in _MSC_VER check. | Josh Gao | 2016-09-15 | 1 | -1/+1 |
|
|
* | Change html manual encoding to UTF-8. | Jason Evans | 2016-09-12 | 3 | -92/+96 |
|
|
* | Update project URL. | Jason Evans | 2016-09-12 | 3 | -3/+3 |
|
|
* | Change how the default zone is found | Mike Hommey | 2016-07-08 | 1 | -2/+29 |
|
|
* | Avoid getting the same default zone twice in a row. | Mike Hommey | 2016-07-08 | 1 | -2/+3 |
|
|
* | Disable irrelevant Cray compiler warnings if cc-silence is enabled | Elliot Ronaghan | 2016-07-07 | 1 | -0/+6 |
|
|
* | Add Cray compiler's equivalent of -Werror before __attribute__ checks | Elliot Ronaghan | 2016-07-07 | 1 | -0/+4 |
|
|
* | Disable automatic dependency generation for the Cray compiler | Elliot Ronaghan | 2016-07-07 | 1 | -0/+4 |
|
|
* | Add initial support for building with the cray compiler | Elliot Ronaghan | 2016-07-07 | 1 | -0/+32 |
|
|
* | Fix MSVC project | rustyx | 2016-07-07 | 2 | -2/+14 |
|
|
* | Check for __builtin_unreachable at configure time | Elliot Ronaghan | 2016-07-07 | 3 | -16/+29 |
|
|
* | Fix librt detection when using a Cray compiler wrapper | Elliot Ronaghan | 2016-07-07 | 2 | -1/+15 |
|
|
* | Add -dynamic for integration and stress tests with Cray compiler wrappers | Elliot Ronaghan | 2016-07-07 | 2 | -2/+21 |
|
|
* | Add Travis-CI configuration | Mike Hommey | 2016-07-07 | 1 | -0/+29 |
|
|
* | Define 64-bits atomics unconditionally | Mike Hommey | 2016-06-09 | 1 | -10/+8 |
|
|
* | Fix extent_*_get to build with MSVC | Mike Hommey | 2016-06-09 | 1 | -4/+4 |
|
|
* | Add an AppVeyor config | Mike Hommey | 2016-06-09 | 1 | -0/+28 |
|
|
* | Don't use compact red-black trees with the pgi compiler | Elliot Ronaghan | 2016-06-08 | 1 | -0/+2 |
|
|
* | Work around a weird pgi bug in test/unit/math.c | Elliot Ronaghan | 2016-06-08 | 1 | -0/+4 |
|
|
* | Update ChangeLog for 4.2.1. | Jason Evans | 2016-06-08 | 1 | -0/+11 |
|
|
* | Fix potential VM map fragmentation regression. | Jason Evans | 2016-06-07 | 2 | -2/+2 |
|
|
* | Fix mixed decl in nstime.c | Elliot Ronaghan | 2016-06-07 | 1 | -3/+5 |
|
|
* | Propagate tsdn to default extent hooks. | Jason Evans | 2016-06-07 | 1 | -25/+78 |
|
|
* | Use extent_commit_wrapper() rather than directly calling commit hook. | Jason Evans | 2016-06-06 | 1 | -3/+2 |
|
|