summaryrefslogtreecommitdiffstats
path: root/Makefile.in
Commit message (Expand)AuthorAgeFilesLines
* Add tests for background threads.Qi Wang2017-05-231-0/+1
* Implementing opt.background_thread.Qi Wang2017-05-231-0/+1
* Protect the rtree/extent interactions with a mutex pool.David Goldblatt2017-05-191-0/+1
* Refactor *decay_time into *decay_ms.Jason Evans2017-05-181-2/+2
* Avoid over-rebuilding due to namespace mangling.Jason Evans2017-05-171-3/+8
* Use srcroot path for private_namespace.sh.Qi Wang2017-05-161-2/+2
* Automatically generate private symbol name mangling macros.Jason Evans2017-05-121-7/+46
* Remove --enable-code-coverage.Jason Evans2017-04-241-50/+0
* Add hooking functionalityDavid Goldblatt2017-04-071-0/+2
* Implement two-phase decay-based purging.Jason Evans2017-03-151-2/+2
* Disentangle assert and utilDavid Goldblatt2017-03-061-4/+4
* Introduce a backport of C11 atomicsDavid Goldblatt2017-03-031-1/+0
* Remove remainder of mb (memory barrier).Jason Evans2017-02-221-1/+0
* Enhance spin_adaptive() to yield after several iterations.Jason Evans2017-02-091-0/+1
* Test JSON output of malloc_stats_print() and fix bugs.Jason Evans2017-01-191-0/+1
* Fix prof_realloc() regression.Jason Evans2017-01-171-0/+1
* Implement arena.<i>.destroy .Jason Evans2017-01-071-0/+4
* Implement per arena base allocators.Jason Evans2016-12-271-0/+1
* Add huge page configuration and pages_[no}huge().Jason Evans2016-12-271-0/+1
* Simplify arena_slab_regind().Jason Evans2016-12-231-0/+1
* Restructure *CFLAGS/*CXXFLAGS configuration.Jason Evans2016-12-161-2/+6
* jemalloc cpp new/delete bindingsDave Watson2016-12-131-16/+69
* Add packing test, which verifies stable layout policy.Jason Evans2016-11-151-0/+1
* Fix EXTRA_CFLAGS to not affect configuration.Jason Evans2016-10-301-1/+2
* Only link with libm (-lm) if necessary.Jason Evans2016-10-281-3/+4
* Only use --whole-archive with gcc.Jason Evans2016-10-281-2/+3
* Use --whole-archive when linking integration tests on MinGW.Jason Evans2016-10-261-1/+10
* Add/use adaptive spinning.Jason Evans2016-10-131-0/+1
* Remove all vestiges of chunks.Jason Evans2016-10-121-2/+0
* Remove ratio-based purging.Jason Evans2016-10-121-5/+3
* use install command determined by configureThomas Köckerbauer2016-09-261-20/+21
* Fix librt detection when using a Cray compiler wrapperElliot Ronaghan2016-07-071-1/+1
* Add -dynamic for integration and stress tests with Cray compiler wrappersElliot Ronaghan2016-07-071-2/+3
* Rename most remaining *chunk* APIs to *extent*.Jason Evans2016-06-061-5/+5
* Rename huge to large.Jason Evans2016-06-061-1/+1
* Use huge size class infrastructure for large size classes.Jason Evans2016-06-061-1/+0
* Replace extent_tree_szad_* with extent_heap_*.Jason Evans2016-06-031-0/+1
* Remove quarantine support.Jason Evans2016-05-131-2/+0
* Remove Valgrind support.Jason Evans2016-05-131-4/+0
* Fix tsd bootstrapping for a0malloc().Jason Evans2016-05-071-0/+1
* Link against librt for clock_gettime(2) if glibc < 2.17.Jason Evans2016-05-041-4/+3
* Fix fork()-related lock rank ordering reversals.Jason Evans2016-04-261-0/+1
* Implement the arena.<i>.reset mallctl.Jason Evans2016-04-221-1/+3
* Add witness, a simple online locking validator.Jason Evans2016-04-141-1/+3
* Refactor/fix ph.Jason Evans2016-04-111-1/+0
* Unittest for pairing heapDave Watson2016-03-081-0/+1
* Pairing heapDave Watson2016-03-081-0/+1
* Test run quantization.Jason Evans2016-02-221-0/+1
* Refactor time_* into nstime_*.Jason Evans2016-02-221-11/+27
* Implement decay-based unused dirty page purging.Jason Evans2016-02-201-3/+8