aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
AgeCommit message (Expand)Author
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
2014-08-05Remove ${srcroot} from cfghdrs_in, cfgoutputs_in and cfghdrs_tup in configureMike Hommey
2014-05-27Add missing $(EXE) to filter TESTS_UNIT_AUX_OBJSMike Hommey
2014-05-27Define DLLEXPORT when building .jet objectsMike Hommey
2014-05-27Fix manual dependency on jemalloc_test.hMike Hommey
2014-05-15Refactor huge allocation to be managed by arenas.Jason Evans
2014-05-12Add support for user-specified chunk allocators/deallocators.aravind
2014-04-15Optimize Valgrind integration.Jason Evans
2014-04-14Remove the *allocm() API, which is superceded by the *allocx() API.Jason Evans
2014-03-28Convert ALLOCM_ARENA() test to MALLOCX_ARENA() test.Jason Evans
2014-02-24Break prof_accum into multiple compilation units.Jason Evans
2014-01-17Add heap profiling tests.Jason Evans
2014-01-16Fix name mangling for stress tests.Jason Evans
2014-01-07Add junk/zero filling unit tests, and fix discovered bugs.Jason Evans
2014-01-06Add util unit tests, and fix discovered bugs.Jason Evans
2014-01-03Add unit tests for qr, ql, and rb.Jason Evans
2014-01-02Add rtree unit tests.Jason Evans
2013-12-20Add stats unit tests.Jason Evans
2013-12-19Add mallctl*() unit tests.Jason Evans
2013-12-17Add quarantine unit tests.Jason Evans
2013-12-16Add hash (MurmurHash3) tests.Jason Evans
2013-12-16Add ckh unit tests.Jason Evans
2013-12-12Implement the *allocx() API.Jason Evans
2013-12-12Add mq (message queue) to test infrastructure.Jason Evans
2013-12-09Add probabability distribution utility code.Jason Evans
2013-12-09Integrate SFMT 1.3.3 into test infrastructure.Jason Evans
2013-12-08Refactor tests.Jason Evans