summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix EXTRA_CFLAGS to not affect configuration.Jason Evans2016-10-302-5/+4
* Do not mark malloc_conf as weak on Windows.Jason Evans2016-10-291-1/+1
* Do not mark malloc_conf as weak for unit tests.Jason Evans2016-10-291-1/+5
* Support static linking of jemalloc with glibcDave Watson2016-10-282-0/+34
* Reduce memory requirements for regression tests.Jason Evans2016-10-283-35/+55
* Periodically purge in memory-intensive integration tests.Jason Evans2016-10-281-0/+7
* Periodically purge in memory-intensive integration tests.Jason Evans2016-10-283-6/+27
* Fix over-sized allocation of rtree leaf nodes.Jason Evans2016-10-281-1/+1
* Uniformly cast mallctl[bymib]() oldp/newp arguments to (void *).Jason Evans2016-10-2825-317/+358
* Explicitly cast negative constants meant for use as unsigned.Jason Evans2016-10-281-3/+5
* Add cast to silence (harmless) conversion warning.Jason Evans2016-10-281-1/+1
* Avoid negation of unsigned numbers.Jason Evans2016-10-281-2/+2
* Only link with libm (-lm) if necessary.Jason Evans2016-10-282-6/+16
* Only use --whole-archive with gcc.Jason Evans2016-10-283-3/+7
* Do not force lazy lock on Windows.Jason Evans2016-10-271-1/+0
* Use --whole-archive when linking integration tests on MinGW.Jason Evans2016-10-261-1/+10
* Do not (recursively) allocate within tsd_fetch().Jason Evans2016-10-2113-132/+172
* Make dss operations lockless.Jason Evans2016-10-1311-147/+131
* Add/use adaptive spinning.Jason Evans2016-10-136-2/+66
* 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