summaryrefslogtreecommitdiffstats
path: root/Makefile.in
Commit message (Expand)AuthorAgeFilesLines
* 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
* Refactor huge allocation to be managed by arenas.Jason Evans2014-05-161-1/+0
* Add support for user-specified chunk allocators/deallocators.aravind2014-05-121-1/+2
* Optimize Valgrind integration.Jason Evans2014-04-151-0/+4
* Remove the *allocm() API, which is superceded by the *allocx() API.Jason Evans2014-04-151-6/+1
* Convert ALLOCM_ARENA() test to MALLOCX_ARENA() test.Jason Evans2014-03-281-1/+1
* Break prof_accum into multiple compilation units.Jason Evans2014-02-251-3/+12
* Add heap profiling tests.Jason Evans2014-01-171-9/+21
* Fix name mangling for stress tests.Jason Evans2014-01-171-1/+1
* Add junk/zero filling unit tests, and fix discovered bugs.Jason Evans2014-01-081-7/+8
* Add util unit tests, and fix discovered bugs.Jason Evans2014-01-071-1/+1
* Add unit tests for qr, ql, and rb.Jason Evans2014-01-041-3/+5
* Add rtree unit tests.Jason Evans2014-01-031-2/+2
* Add stats unit tests.Jason Evans2013-12-201-1/+2
* Add mallctl*() unit tests.Jason Evans2013-12-201-4/+4
* Add quarantine unit tests.Jason Evans2013-12-171-1/+2
* Add hash (MurmurHash3) tests.Jason Evans2013-12-171-3/+3
* Add ckh unit tests.Jason Evans2013-12-171-3/+4
* Implement the *allocx() API.Jason Evans2013-12-131-2/+5
* Add mq (message queue) to test infrastructure.Jason Evans2013-12-121-2/+4
* Add probabability distribution utility code.Jason Evans2013-12-101-8/+8
* Integrate SFMT 1.3.3 into test infrastructure.Jason Evans2013-12-091-1/+3
* Refactor tests.Jason Evans2013-12-091-2/+2
* Add test code coverage analysis.Jason Evans2013-12-071-7/+49
* Fix test refactoring issues for Linux.Jason Evans2013-12-061-2/+2
* Add tsd test.Jason Evans2013-12-051-1/+2
* Fix build target to be build_lib, as documented.Jason Evans2013-12-041-2/+2
* Refactor to support more varied testing.Jason Evans2013-12-041-78/+113
* Fix build break for MSVC.Jason Evans2013-08-201-2/+2
* Allow toolchain to determine arJory A. Pratt2013-08-191-1/+3
* Update phony targets.Jason Evans2013-01-221-2/+2