| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix typos. | Jason Evans | 2017-03-01 | 1 | -2/+2 |
|
|
* | Update ChangeLog for 4.5.0. | Jason Evans | 2017-02-28 | 1 | -0/+35 |
|
|
* | Update ChangeLog for 4.4.0. | Jason Evans | 2016-12-04 | 1 | -0/+27 |
|
|
* | Update ChangeLog for 4.3.1. | Jason Evans | 2016-11-08 | 1 | -0/+8 |
|
|
* | Update ChangeLog for 4.3.0. | Jason Evans | 2016-11-04 | 1 | -0/+2 |
|
|
* | Update ChangeLog for 4.3.0. | Jason Evans | 2016-11-04 | 1 | -3/+9 |
|
|
* | Update ChangeLog for 4.3.0. | Jason Evans | 2016-11-03 | 1 | -0/+37 |
|
|
* | Update ChangeLog for 4.2.1. | Jason Evans | 2016-06-08 | 1 | -0/+11 |
|
|
* | Fix a typo. | Jason Evans | 2016-05-12 | 1 | -1/+1 |
|
|
* | Update ChangeLog for 4.2.0. | Jason Evans | 2016-05-12 | 1 | -1/+1 |
|
|
* | Fix chunk accounting related to triggering gdump profiles. | Jason Evans | 2016-05-11 | 1 | -0/+1 |
|
|
* | Update ChangeLog. | Jason Evans | 2016-05-06 | 1 | -0/+22 |
|
|
* | Fix a typo. | Jason Evans | 2016-05-04 | 1 | -1/+1 |
|
|
* | Update ChangeLog for 4.1.1. | Jason Evans | 2016-05-04 | 1 | -0/+21 |
|
|
* | Replace contributor name with github account. | Jason Evans | 2016-03-08 | 1 | -2/+2 |
|
|
* | Update ChangeLog for 4.1.0. | Jason Evans | 2016-02-28 | 1 | -1/+1 |
|
|
* | Update ChangeLog. | Jason Evans | 2016-02-28 | 1 | -7/+10 |
|
|
* | Update ChangeLog in preparation for 4.1.0. | Jason Evans | 2016-02-27 | 1 | -0/+70 |
|
|
* | Update ChangeLog for 4.0.4. | Jason Evans | 2015-10-24 | 1 | -1/+6 |
|
|
* | Fix a xallocx(..., MALLOCX_ZERO) bug. | Jason Evans | 2015-09-25 | 1 | -0/+7 |
|
|
* | Update ChangeLog for 4.0.3. | Jason Evans | 2015-09-25 | 1 | -1/+3 |
|
|
* | Work around an NPTL-specific TSD issue. | Jason Evans | 2015-09-24 | 1 | -0/+2 |
|
|
* | Fix xallocx(..., MALLOCX_ZERO) bugs. | Jason Evans | 2015-09-24 | 1 | -0/+4 |
|
|
* | Fix prof_tctx_dump_iter() to filter. | Jason Evans | 2015-09-22 | 1 | -0/+6 |
|
|
* | Update ChangeLog for 4.0.2. | Jason Evans | 2015-09-21 | 1 | -1/+3 |
|
|
* | Fix prof_alloc_rollback(). | Jason Evans | 2015-09-17 | 1 | -0/+2 |
|
|
* | Fix irallocx_prof_sample(). | Jason Evans | 2015-09-17 | 1 | -0/+2 |
|
|
* | Fix ixallocx_prof_sample(). | Jason Evans | 2015-09-17 | 1 | -0/+7 |
|
|
* | Update ChangeLog for 4.0.1. | Jason Evans | 2015-09-15 | 1 | -24/+47 |
|
|
* | Fix ixallocx_prof() to check for size greater than HUGE_MAXCLASS. | Jason Evans | 2015-09-15 | 1 | -2/+1 |
|
|
* | Fix prof_{malloc,free}_sample_object() call order in prof_realloc(). | Jason Evans | 2015-09-15 | 1 | -0/+3 |
|
|
* | Fix ixallocx_prof_sample() argument order reversal. | Jason Evans | 2015-09-15 | 1 | -0/+2 |
|
|
* | Make one call to prof_active_get_unlocked() per allocation event. | Jason Evans | 2015-09-15 | 1 | -0/+4 |
|
|
* | Fix irealloc_prof() to prof_alloc_rollback() on OOM. | Jason Evans | 2015-09-15 | 1 | -0/+1 |
|
|
* | Fix xallocx() bugs. | Jason Evans | 2015-09-12 | 1 | -0/+2 |
|
|
* | Fix "prof.reset" mallctl-related corruption. | Jason Evans | 2015-09-10 | 1 | -0/+4 |
|
|
* | Fix TLS configuration. | Jason Evans | 2015-09-02 | 1 | -0/+2 |
|
|
* | Fix chunk purge hook calls for in-place huge shrinking reallocation. | Mike Hommey | 2015-08-28 | 1 | -0/+4 |
|
|
* | Fix arenas_cache_cleanup() and arena_get_hard(). | Jason Evans | 2015-08-28 | 1 | -3/+3 |
|
|
* | Add JEMALLOC_CXX_THROW to the memalign() function prototype. | Jason Evans | 2015-08-26 | 1 | -0/+3 |
|
|
* | Fix arenas_cache_cleanup(). | Christopher Ferris | 2015-08-21 | 1 | -1/+4 |
|
|
* | Rename index_t to szind_t to avoid an existing type on Solaris. | Jason Evans | 2015-08-19 | 1 | -0/+1 |
|
|
* | Don't bitshift by negative amounts. | Jason Evans | 2015-08-19 | 1 | -0/+6 |
|
|
* | Update ChangeLog for 4.0.0. | Jason Evans | 2015-08-17 | 1 | -2/+1 |
|
|
* | Remove obsolete entry. | Jason Evans | 2015-08-12 | 1 | -4/+0 |
|
|
* | Generalize chunk management hooks. | Jason Evans | 2015-08-04 | 1 | -2/+1 |
|
|
* | Add the config.cache_oblivious mallctl. | Jason Evans | 2015-07-17 | 1 | -1/+2 |
|
|
* | Add a missing ChangeLog entry. | Jason Evans | 2015-07-09 | 1 | -0/+3 |
|
|
* | Fix typos ChangeLog | charsyam | 2015-07-07 | 1 | -1/+1 |
|
|
* | Minor ChangeLog edit. | Jason Evans | 2015-07-07 | 1 | -3/+2 |
|
|