| Commit message (Expand) | Author | Age | Files | Lines |
* | Unittest for pairing heap | Dave Watson | 2016-03-08 | 1 | -0/+1 |
|
|
* | Pairing heap | Dave Watson | 2016-03-08 | 1 | -0/+1 |
|
|
* | Test run quantization. | Jason Evans | 2016-02-22 | 1 | -0/+1 |
|
|
* | Refactor time_* into nstime_*. | Jason Evans | 2016-02-22 | 1 | -11/+27 |
|
|
* | Implement decay-based unused dirty page purging. | Jason Evans | 2016-02-20 | 1 | -3/+8 |
|
|
* | Implement smoothstep table generation. | Jason Evans | 2016-02-20 | 1 | -0/+1 |
|
|
* | Refactor prng* from cpp macros into inline functions. | Jason Evans | 2016-02-20 | 1 | -3/+5 |
|
|
* | Implement ticker. | Jason Evans | 2016-02-20 | 1 | -2/+3 |
|
|
* | Flesh out time_*() API. | Jason Evans | 2016-02-20 | 1 | -1/+1 |
|
|
* | Add time_update(). | Cameron Evans | 2016-02-20 | 1 | -2/+3 |
|
|
* | Expand check_integration_prof testing. | Jason Evans | 2015-09-17 | 1 | -0/+1 |
|
|
* | Link test to librt if it contains clock_gettime(2). | Jason Evans | 2015-09-15 | 1 | -3/+4 |
|
|
* | Don't run stress tests as part of check target. | Jason Evans | 2015-09-15 | 1 | -1/+1 |
|
|
* | Remove check_stress from check target's dependencies. | Jason Evans | 2015-09-12 | 1 | -4/+4 |
|
|
* | Generalize chunk management hooks. | Jason Evans | 2015-08-04 | 1 | -3/+4 |
|
|
* | 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 |
|
|