summaryrefslogtreecommitdiffstats
path: root/Makefile.in
Commit message (Expand)AuthorAgeFilesLines
* Add build_doc by default.Qi Wang2019-02-081-1/+16
* Replace -lpthread with -pthreadFaidon Liambotis2019-01-091-1/+1
* Add --{enable,disable}-{static,shared} to configure scriptJohn Ericson2018-12-191-2/+15
* Add unit test for sharded bins.Qi Wang2018-12-041-0/+1
* add test for zero-sized alloc and aligned allocDave Watson2018-10-171-0/+1
* Adapts mallocx integration tests for smallocxgnzlbg2018-10-171-0/+5
* Add hook microbenchmark.David Goldblatt2018-08-091-1/+3
* Add unit tests for loggingTyler Etzel2018-08-011-0/+1
* Add MALLOC_CONF parsing for dynamic slab sizes.David T. Goldblatt2018-07-131-0/+1
* SC: Add page customization functionality.David T. Goldblatt2018-07-131-0/+1
* Add lg_ceil to bit_util.David Goldblatt2018-07-131-0/+1
* Hide size class computation behind a layer of indirection.David Goldblatt2018-07-131-0/+1
* Add unit test for opt.huge_threshold.Qi Wang2018-06-291-0/+1
* Add "hook" module.David Goldblatt2018-05-181-0/+2
* Add the Seq module, a simple seqlock implementation.David Goldblatt2018-05-181-0/+1
* Rename hooks module to test_hooks.David Goldblatt2018-05-181-2/+2
* Fix include path order for out-of-tree builds.Christoph Muellner2018-05-051-1/+1
* Introduce the emitter module.David Goldblatt2018-03-091-0/+1
* Background threads: fix an indexing bug.David Goldblatt2018-02-281-0/+1
* Add the div module, which allows fast division by dynamic values.David Goldblatt2017-12-211-0/+2
* Pull out arena_bin_info_t and arena_bin_t into their own file.David T. Goldblatt2017-12-191-0/+1
* Remove external linkage for spin_adaptiveRyan Libby2017-08-081-1/+0
* Add a logging facility.David T. Goldblatt2017-07-211-0/+2
* Header refactoring: Pull size helpers out of jemalloc module.David Goldblatt2017-05-311-0/+1
* Add test for excessive retained memory.Jason Evans2017-05-301-0/+1
* 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