summaryrefslogtreecommitdiffstats
path: root/Makefile.in
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implement smoothstep table generation.Jason Evans2016-02-201-0/+1
* Refactor prng* from cpp macros into inline functions.Jason Evans2016-02-201-3/+5
* Implement ticker.Jason Evans2016-02-201-2/+3
* Flesh out time_*() API.Jason Evans2016-02-201-1/+1
* Add time_update().Cameron Evans2016-02-201-2/+3
* Expand check_integration_prof testing.Jason Evans2015-09-171-0/+1
* Link test to librt if it contains clock_gettime(2).Jason Evans2015-09-151-3/+4
* Don't run stress tests as part of check target.Jason Evans2015-09-151-1/+1
* Remove check_stress from check target's dependencies.Jason Evans2015-09-121-4/+4
* Generalize chunk management hooks.Jason Evans2015-08-041-3/+4
* Port mq_get() to MinGW.Jason Evans2015-07-211-3/+3
* Fix an integer overflow bug in {size2index,s2u}_compute().Jason Evans2015-07-101-0/+1
* Fix size class overflow handling when profiling is enabled.Jason Evans2015-06-241-1/+8
* Clean up bin/jeprof in distclean build target.Jason Evans2015-05-051-0/+1
* Rename pprof to jeprof.Jason Evans2015-05-011-1/+1
* Put VERSION file in object directoryDan McGregor2015-02-131-1/+1
* Build docs in object directoryDan McGregor2015-02-131-4/+4
* Implement the jemalloc-config script.Jason Evans2015-01-231-1/+2
* Introduce two new modes of junk filling: "alloc" and "free".Guilherme Goncalves2014-12-151-0/+2
* Add configure options.Jason Evans2014-10-101-0/+1
* Fix install_lib target (incorrect jemalloc.pc path).Jason Evans2014-10-041-1/+1
* Implement/test/fix prof-related mallctl's.Jason Evans2014-10-041-0/+2
* Refactor permuted backtrace test allocation.Jason Evans2014-10-021-13/+7
* Generate a pkg-config fileNick White2014-09-191-1/+9
* Add support for sized deallocation.Daniel Micay2014-09-091-0/+1
* Add microbench tests.Jason Evans2014-09-081-1/+1
* Add a simple timer implementation for use in benchmarking.Jason Evans2014-09-081-1/+1
* Disable autom4te cache.Jason Evans2014-09-031-1/+0
* Add atomic operations tests and fix latent bugs.Jason Evans2014-08-071-1/+2
* Remove ${srcroot} from cfghdrs_in, cfgoutputs_in and cfghdrs_tup in configureMike Hommey2014-08-051-2/+2
* Add missing $(EXE) to filter TESTS_UNIT_AUX_OBJSMike Hommey2014-05-271-1/+1
* Define DLLEXPORT when building .jet objectsMike Hommey2014-05-271-1/+1
* Fix manual dependency on jemalloc_test.hMike Hommey2014-05-271-1/+1