summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove all vestiges of chunks.Jason Evans2016-10-1223-270/+26
* Remove ratio-based purging.Jason Evans2016-10-1211-485/+38
* Fix and simplify decay-based purging.Jason Evans2016-10-112-69/+69
* Fix decay tests to all adapt to nstime_monotonic().Jason Evans2016-10-111-6/+9
* Do not advance decay epoch when time goes backwards.Jason Evans2016-10-116-6/+63
* Refactor arena->decay_* into arena->decay.* (arena_decay_t).Jason Evans2016-10-112-84/+91
* Refine nstime_update().Jason Evans2016-10-105-38/+109
* Reduce "thread.arena" mallctl contention.Jason Evans2016-10-041-3/+1
* Remove a size class assertion from extent_size_quantize_floor().Jason Evans2016-10-031-1/+0
* Fix size class overflow bugs.Jason Evans2016-10-034-8/+30
* Verify extent hook functions receive correct extent_hooks pointer.Jason Evans2016-09-291-17/+52
* Update extent hook function prototype comments.Jason Evans2016-09-291-13/+14
* Close file descriptor after reading "/proc/sys/vm/overcommit_memory".Jason Evans2016-09-261-0/+1
* use install command determined by configureThomas Köckerbauer2016-09-261-20/+21
* Readme.txt error for building in the WindowsBai2016-09-261-1/+1
* Fix LG_QUANTUM definition for sparc64Eric Le Bihan2016-09-261-1/+1
* Formatting fixes.Jason Evans2016-09-261-9/+12
* Fix a bug in __builtin_unreachable configure checkElliot Ronaghan2016-09-261-1/+1
* Avoid self assignment in tsd_set().Jason Evans2016-09-231-4/+8
* Add various mutex ownership assertions.Jason Evans2016-09-233-6/+14
* Fix extent_{before,last,past}() to return page-aligned results.Jason Evans2016-09-231-4/+5
* Fix large_dalloc_impl() to always lock large_mtx.Jason Evans2016-09-231-4/+7
* Add new_addr validation in extent_recycle().Jason Evans2016-09-231-6/+28
* Protect extents_dirty access with extents_mtx.Jason Evans2016-09-225-58/+112
* Fix extent_recycle() to exclude other arenas' extents.Jason Evans2016-09-221-1/+2
* Fix arena_bind().Qi Wang2016-09-221-6/+7
* Fix -Wundef in _MSC_VER check.Josh Gao2016-09-151-1/+1
* Change html manual encoding to UTF-8.Jason Evans2016-09-123-92/+96
* Update project URL.Jason Evans2016-09-123-3/+3
* Change how the default zone is foundMike Hommey2016-07-081-2/+29
* Avoid getting the same default zone twice in a row.Mike Hommey2016-07-081-2/+3
* Disable irrelevant Cray compiler warnings if cc-silence is enabledElliot Ronaghan2016-07-071-0/+6
* Add Cray compiler's equivalent of -Werror before __attribute__ checksElliot Ronaghan2016-07-071-0/+4
* Disable automatic dependency generation for the Cray compilerElliot Ronaghan2016-07-071-0/+4
* Add initial support for building with the cray compilerElliot Ronaghan2016-07-071-0/+32
* Fix MSVC projectrustyx2016-07-072-2/+14
* Check for __builtin_unreachable at configure timeElliot Ronaghan2016-07-073-16/+29
* Fix librt detection when using a Cray compiler wrapperElliot Ronaghan2016-07-072-1/+15
* Add -dynamic for integration and stress tests with Cray compiler wrappersElliot Ronaghan2016-07-072-2/+21
* Add Travis-CI configurationMike Hommey2016-07-071-0/+29
* Define 64-bits atomics unconditionallyMike Hommey2016-06-091-10/+8
* Fix extent_*_get to build with MSVCMike Hommey2016-06-091-4/+4
* Add an AppVeyor configMike Hommey2016-06-091-0/+28
* Don't use compact red-black trees with the pgi compilerElliot Ronaghan2016-06-081-0/+2
* Work around a weird pgi bug in test/unit/math.cElliot Ronaghan2016-06-081-0/+4
* Update ChangeLog for 4.2.1.Jason Evans2016-06-081-0/+11
* Fix potential VM map fragmentation regression.Jason Evans2016-06-072-2/+2
* Fix mixed decl in nstime.cElliot Ronaghan2016-06-071-3/+5
* Propagate tsdn to default extent hooks.Jason Evans2016-06-071-25/+78
* Use extent_commit_wrapper() rather than directly calling commit hook.Jason Evans2016-06-061-3/+2