aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
AgeCommit message (Expand)Author
2016-11-24Mark partially purged arena chunks as non-hugepage.Jason Evans
2016-11-15Add packing test, which verifies stable layout policy.Jason Evans
2016-10-29Fix EXTRA_CFLAGS to not affect configuration.Jason Evans
2016-10-28Only link with libm (-lm) if necessary.Jason Evans
2016-10-28Only use --whole-archive with gcc.Jason Evans
2016-10-25Use --whole-archive when linking integration tests on MinGW.Jason Evans
2016-10-13Add/use adaptive spinning.Jason Evans
2016-09-26use install command determined by configureThomas Köckerbauer
2016-09-26Fix librt detection when using a Cray compiler wrapperElliot Ronaghan
2016-09-26Add -dynamic for integration and stress tests with Cray compiler wrappersElliot Ronaghan
2016-05-07Fix tsd bootstrapping for a0malloc().Jason Evans
2016-05-03Link against librt for clock_gettime(2) if glibc < 2.17.Jason Evans
2016-04-25Fix fork()-related lock rank ordering reversals.Jason Evans
2016-04-22Implement the arena.<i>.reset mallctl.Jason Evans
2016-04-14Add witness, a simple online locking validator.Jason Evans
2016-04-11Refactor/fix ph.Jason Evans
2016-03-08Unittest for pairing heapDave Watson
2016-03-08Pairing heapDave Watson
2016-02-22Test run quantization.Jason Evans
2016-02-21Refactor time_* into nstime_*.Jason Evans
2016-02-19Implement decay-based unused dirty page purging.Jason Evans
2016-02-19Implement smoothstep table generation.Jason Evans
2016-02-19Refactor prng* from cpp macros into inline functions.Jason Evans
2016-02-19Implement ticker.Jason Evans
2016-02-19Flesh out time_*() API.Jason Evans
2016-02-19Add time_update().Cameron Evans
2015-09-17Expand check_integration_prof testing.Jason Evans
2015-09-15Link test to librt if it contains clock_gettime(2).Jason Evans
2015-09-15Don't run stress tests as part of check target.Jason Evans
2015-09-11Remove check_stress from check target's dependencies.Jason Evans
2015-08-03Generalize chunk management hooks.Jason Evans
2015-07-21Port mq_get() to MinGW.Jason Evans
2015-07-09Fix an integer overflow bug in {size2index,s2u}_compute().Jason Evans
2015-06-23Fix size class overflow handling when profiling is enabled.Jason Evans
2015-05-05Clean up bin/jeprof in distclean build target.Jason Evans
2015-05-01Rename pprof to jeprof.Jason Evans
2015-02-13Put VERSION file in object directoryDan McGregor
2015-02-13Build docs in object directoryDan McGregor
2015-01-22Implement the jemalloc-config script.Jason Evans
2014-12-14Introduce two new modes of junk filling: "alloc" and "free".Guilherme Goncalves
2014-10-09Add configure options.Jason Evans
2014-10-04Fix install_lib target (incorrect jemalloc.pc path).Jason Evans
2014-10-03Implement/test/fix prof-related mallctl's.Jason Evans
2014-10-01Refactor permuted backtrace test allocation.Jason Evans
2014-09-19Generate a pkg-config fileNick White
2014-09-08Add support for sized deallocation.Daniel Micay
2014-09-07Add microbench tests.Jason Evans
2014-09-07Add a simple timer implementation for use in benchmarking.Jason Evans
2014-09-02Disable autom4te cache.Jason Evans
2014-08-06Add atomic operations tests and fix latent bugs.Jason Evans