| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | Remove rbt_nil | Dave Watson | 2016-02-24 | 2 | -109/+86 |
|
|
| * | Use table lookup for run_quantize_{floor,ceil}(). | Jason Evans | 2016-02-23 | 4 | -32/+90 |
|
|
| * | Fix run_quantize_ceil(). | Jason Evans | 2016-02-23 | 1 | -1/+1 |
|
|
| * | Test run quantization. | Jason Evans | 2016-02-22 | 5 | -10/+194 |
|
|
| * | Indentation style cleanup. | Jason Evans | 2016-02-22 | 1 | -13/+13 |
|
|
| * | Refactor time_* into nstime_*. | Jason Evans | 2016-02-22 | 17 | -557/+526 |
|
|
| * | Fix Windows-specific prof-related compilation portability issues. | Jason Evans | 2016-02-21 | 2 | -5/+16 |
|
|
| * | Fix time_update() to compile and work on MinGW. | Jason Evans | 2016-02-21 | 1 | -6/+9 |
|
|
| * | Remove _WIN32-specific struct timespec declaration. | Jason Evans | 2016-02-21 | 1 | -6/+0 |
|
|
| * | Fix overflow in prng_range(). | Jason Evans | 2016-02-21 | 5 | -6/+40 |
|
|
| * | Add symbol mangling for prng_[lg_]range(). | Jason Evans | 2016-02-20 | 1 | -0/+2 |
|
|
| * | Add MS Visual Studio 2015 support | rustyx | 2016-02-20 | 10 | -0/+1204 |
|
|
| * | Fix warning in ipalloc | rustyx | 2016-02-20 | 1 | -2/+2 |
|
|
| * | Prevent MSVC from optimizing away tls_callback (resolves #318) | rustyx | 2016-02-20 | 1 | -1/+3 |
|
|
| * | getpid() fix for Win32 | rustyx | 2016-02-20 | 2 | -0/+4 |
|
|
| * | Add CPU "pause" intrinsic for MSVC | rustyx | 2016-02-20 | 1 | -6/+16 |
|
|
| * | Fix error "+ 2")syntax error: invalid arithmetic operator (error token is " i... | rustyx | 2016-02-20 | 1 | -1/+1 |
|
|
| * | Detect LG_SIZEOF_PTR depending on MSVC platform target | rustyx | 2016-02-20 | 2 | -6/+19 |
|
|
| * | Fix a typo in the ckh_search() prototype. | Christopher Ferris | 2016-02-20 | 1 | -1/+1 |
|
|
| * | Handle unaligned keys in hash(). | Jason Evans | 2016-02-20 | 2 | -4/+33 |
|
|
| * | Increase test coverage in test_decay_ticks. | Jason Evans | 2016-02-20 | 1 | -123/+98 |
|
|
| * | Implement decay-based unused dirty page purging. | Jason Evans | 2016-02-20 | 18 | -112/+1268 |
|
|
| * | Implement smoothstep table generation. | Jason Evans | 2016-02-20 | 5 | -0/+472 |
|
|
| * | Refactor out arena_compute_npurge(). | Jason Evans | 2016-02-20 | 1 | -43/+37 |
|
|
| * | Refactor arenas_cache tsd. | Jason Evans | 2016-02-20 | 6 | -92/+142 |
|
|
| * | Refactor arena_ralloc_no_move(). | Jason Evans | 2016-02-20 | 1 | -11/+10 |
|
|
| * | Refactor arena_malloc_hard() out of arena_malloc(). | Jason Evans | 2016-02-20 | 3 | -17/+25 |
|
|
| * | Refactor prng* from cpp macros into inline functions. | Jason Evans | 2016-02-20 | 12 | -69/+205 |
|
|
| * | Use ticker for incremental tcache GC. | Jason Evans | 2016-02-20 | 2 | -5/+4 |
|
|
| * | Implement ticker. | Jason Evans | 2016-02-20 | 6 | -2/+163 |
|
|
| * | Flesh out time_*() API. | Jason Evans | 2016-02-20 | 8 | -56/+397 |
|
|
| * | Add time_update(). | Cameron Evans | 2016-02-20 | 7 | -2/+97 |
|
|
| * | Add --with-malloc-conf. | Jason Evans | 2016-02-20 | 9 | -44/+87 |
|
|
| * | Fix arena_sdalloc() line wrapping. | Jason Evans | 2016-02-20 | 1 | -5/+8 |
|
|
| * | Fix test_stats_arenas_summary fragility. | Jason Evans | 2016-02-20 | 1 | -4/+4 |
|
|
| * | Don't rely on unpurged chunks in xallocx() test. | Jason Evans | 2016-02-20 | 1 | -20/+20 |
|
|
| * | Fix a documentation editing error. | Jason Evans | 2016-02-20 | 1 | -1/+1 |
|
|
| * | Pass retain and exclude parameters to /pprof/symbol. | Jason Evans | 2016-01-30 | 1 | -0/+23 |
|
|
| * | Detect failed profile fetches | Dave Watson | 2016-01-12 | 1 | -1/+1 |
|
|
| * | Don't discard curl options if timeout is not defined. | Dave Watson | 2016-01-12 | 1 | -1/+1 |
|
|
| * | Call malloc_test_boot0() from malloc_init_hard_recursible(). | Cosmin Paraschiv | 2016-01-11 | 1 | -5/+16 |
|
|
| * | Implement --retain and --exclude in jeprof. | Jason Evans | 2015-12-14 | 1 | -2/+48 |
|
|
| * | Use AC_CONFIG_AUX_DIR([build-aux]). | Jason Evans | 2015-11-12 | 4 | -0/+2 |
|
|
| * | Tweak code to allow compilation of concatenated src/*.c sources. | Jason Evans | 2015-11-12 | 4 | -46/+62 |
|
|
| * | Fix a comment. | Jason Evans | 2015-11-12 | 1 | -1/+1 |
|
|
| * | Reuse previously computed value | Dmitry-Me | 2015-11-12 | 1 | -2/+4 |
|
|
| * | Fast-path improvement: reduce # of branches and unnecessary operations. | Qi Wang | 2015-11-10 | 11 | -211/+354 |
|
|
| * | Add test for tree destruction | Joshua Kahn | 2015-11-09 | 1 | -1/+16 |
|
|
| * | Add function to destroy tree | Joshua Kahn | 2015-11-09 | 1 | -1/+40 |
|
|
| * | Allow const keys for lookup | Joshua Kahn | 2015-11-09 | 5 | -17/+18 |
|
|