| Commit message (Expand) | Author | Age | Files | Lines |
* | Port mq_get() to MinGW. | Jason Evans | 2015-07-21 | 1 | -3/+3 |
|
|
* | Fix an integer overflow bug in {size2index,s2u}_compute(). | Jason Evans | 2015-07-10 | 1 | -0/+1 |
|
|
* | Fix size class overflow handling when profiling is enabled. | Jason Evans | 2015-06-24 | 1 | -1/+8 |
|
|
* | Clean up bin/jeprof in distclean build target. | Jason Evans | 2015-05-05 | 1 | -0/+1 |
|
|
* | Rename pprof to jeprof. | Jason Evans | 2015-05-01 | 1 | -1/+1 |
|
|
* | Put VERSION file in object directory | Dan McGregor | 2015-02-13 | 1 | -1/+1 |
|
|
* | Build docs in object directory | Dan McGregor | 2015-02-13 | 1 | -4/+4 |
|
|
* | Implement the jemalloc-config script. | Jason Evans | 2015-01-23 | 1 | -1/+2 |
|
|
* | Introduce two new modes of junk filling: "alloc" and "free". | Guilherme Goncalves | 2014-12-15 | 1 | -0/+2 |
|
|
* | Add configure options. | Jason Evans | 2014-10-10 | 1 | -0/+1 |
|
|
* | Fix install_lib target (incorrect jemalloc.pc path). | Jason Evans | 2014-10-04 | 1 | -1/+1 |
|
|
* | Implement/test/fix prof-related mallctl's. | Jason Evans | 2014-10-04 | 1 | -0/+2 |
|
|
* | Refactor permuted backtrace test allocation. | Jason Evans | 2014-10-02 | 1 | -13/+7 |
|
|
* | Generate a pkg-config file | Nick White | 2014-09-19 | 1 | -1/+9 |
|
|
* | Add support for sized deallocation. | Daniel Micay | 2014-09-09 | 1 | -0/+1 |
|
|
* | Add microbench tests. | Jason Evans | 2014-09-08 | 1 | -1/+1 |
|
|
* | Add a simple timer implementation for use in benchmarking. | Jason Evans | 2014-09-08 | 1 | -1/+1 |
|
|
* | Disable autom4te cache. | Jason Evans | 2014-09-03 | 1 | -1/+0 |
|
|
* | Add atomic operations tests and fix latent bugs. | Jason Evans | 2014-08-07 | 1 | -1/+2 |
|
|
* | Remove ${srcroot} from cfghdrs_in, cfgoutputs_in and cfghdrs_tup in configure | Mike Hommey | 2014-08-05 | 1 | -2/+2 |
|
|
* | Add missing $(EXE) to filter TESTS_UNIT_AUX_OBJS | Mike Hommey | 2014-05-27 | 1 | -1/+1 |
|
|
* | Define DLLEXPORT when building .jet objects | Mike Hommey | 2014-05-27 | 1 | -1/+1 |
|
|
* | Fix manual dependency on jemalloc_test.h | Mike Hommey | 2014-05-27 | 1 | -1/+1 |
|
|
* | Refactor huge allocation to be managed by arenas. | Jason Evans | 2014-05-16 | 1 | -1/+0 |
|
|
* | Add support for user-specified chunk allocators/deallocators. | aravind | 2014-05-12 | 1 | -1/+2 |
|
|
* | Optimize Valgrind integration. | Jason Evans | 2014-04-15 | 1 | -0/+4 |
|
|
* | Remove the *allocm() API, which is superceded by the *allocx() API. | Jason Evans | 2014-04-15 | 1 | -6/+1 |
|
|
* | Convert ALLOCM_ARENA() test to MALLOCX_ARENA() test. | Jason Evans | 2014-03-28 | 1 | -1/+1 |
|
|
* | Break prof_accum into multiple compilation units. | Jason Evans | 2014-02-25 | 1 | -3/+12 |
|
|
* | Add heap profiling tests. | Jason Evans | 2014-01-17 | 1 | -9/+21 |
|
|
* | Fix name mangling for stress tests. | Jason Evans | 2014-01-17 | 1 | -1/+1 |
|
|
* | Add junk/zero filling unit tests, and fix discovered bugs. | Jason Evans | 2014-01-08 | 1 | -7/+8 |
|
|
* | Add util unit tests, and fix discovered bugs. | Jason Evans | 2014-01-07 | 1 | -1/+1 |
|
|
* | Add unit tests for qr, ql, and rb. | Jason Evans | 2014-01-04 | 1 | -3/+5 |
|
|
* | Add rtree unit tests. | Jason Evans | 2014-01-03 | 1 | -2/+2 |
|
|
* | Add stats unit tests. | Jason Evans | 2013-12-20 | 1 | -1/+2 |
|
|
* | Add mallctl*() unit tests. | Jason Evans | 2013-12-20 | 1 | -4/+4 |
|
|
* | Add quarantine unit tests. | Jason Evans | 2013-12-17 | 1 | -1/+2 |
|
|
* | Add hash (MurmurHash3) tests. | Jason Evans | 2013-12-17 | 1 | -3/+3 |
|
|
* | Add ckh unit tests. | Jason Evans | 2013-12-17 | 1 | -3/+4 |
|
|
* | Implement the *allocx() API. | Jason Evans | 2013-12-13 | 1 | -2/+5 |
|
|
* | Add mq (message queue) to test infrastructure. | Jason Evans | 2013-12-12 | 1 | -2/+4 |
|
|
* | Add probabability distribution utility code. | Jason Evans | 2013-12-10 | 1 | -8/+8 |
|
|
* | Integrate SFMT 1.3.3 into test infrastructure. | Jason Evans | 2013-12-09 | 1 | -1/+3 |
|
|
* | Refactor tests. | Jason Evans | 2013-12-09 | 1 | -2/+2 |
|
|
* | Add test code coverage analysis. | Jason Evans | 2013-12-07 | 1 | -7/+49 |
|
|
* | Fix test refactoring issues for Linux. | Jason Evans | 2013-12-06 | 1 | -2/+2 |
|
|
* | Add tsd test. | Jason Evans | 2013-12-05 | 1 | -1/+2 |
|
|
* | Fix build target to be build_lib, as documented. | Jason Evans | 2013-12-04 | 1 | -2/+2 |
|
|
* | Refactor to support more varied testing. | Jason Evans | 2013-12-04 | 1 | -78/+113 |
|
|