aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
AgeCommit message (Expand)Author
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
2013-12-06Add test code coverage analysis.Jason Evans
2013-12-05Fix test refactoring issues for Linux.Jason Evans
2013-12-04Add tsd test.Jason Evans
2013-12-03Fix build target to be build_lib, as documented.Jason Evans
2013-12-03Refactor to support more varied testing.Jason Evans
2013-08-20Fix build break for MSVC.Jason Evans
2013-08-19Allow toolchain to determine arJory A. Pratt
2013-01-22Update phony targets.Jason Evans
2012-12-23Allow to disable the zone allocator on DarwinMike Hommey
2012-10-12Add arena-specific and selective dss allocation.Jason Evans
2012-05-02Use "hardcoded" dependencies when compiler doesn't support -MMMike Hommey
2012-05-01Add support for MSVCMike Hommey
2012-04-23Don't link tests with superfluous libraries.Jason Evans