| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix OOM-related regression in arena_tcache_fill_small().stable-3 | Jason Evans | 2016-12-06 | 1 | -1/+12 |
|
|
* | Fix the cactive statistic. | Jason Evans | 2016-12-06 | 1 | -3/+3 |
|
|
* | Merge branch 'dev'3.6.0 | Jason Evans | 2014-03-31 | 29 | -88/+177 |
|\ |
|
| * | Add private namespace mangling for huge_dss_prec_get(). | Jason Evans | 2014-03-31 | 1 | -0/+1 |
|
|
| * | Update ChangeLog for 3.6.0. | Jason Evans | 2014-03-31 | 1 | -0/+24 |
|
|
| * | Document how dss precedence affects huge allocation. | Jason Evans | 2014-03-31 | 1 | -2/+6 |
|
|
| * | Allow libgcc-based backtracing on x86. | Jason Evans | 2014-03-31 | 1 | -16/+0 |
|
|
| * | Keep frame pointers if using gcc frame intrinsics. | Jason Evans | 2014-03-31 | 1 | -0/+1 |
|
|
| * | Enable big-endian mode for SFMT. | Jason Evans | 2014-03-31 | 1 | -0/+3 |
|
|
| * | Adapt hash tests to big-endian systems. | Jason Evans | 2014-03-30 | 4 | -1/+15 |
|
|
| * | Reduce maximum tested alignment. | Jason Evans | 2014-03-30 | 3 | -6/+4 |
|
|
| * | Fix message formatting errors uncovered by p_test_fail() refactoring. | Jason Evans | 2014-03-30 | 5 | -11/+12 |
|
|
| * | Fix p_test_fail()'s va_list abuse. | Jason Evans | 2014-03-30 | 3 | -22/+43 |
|
|
| * | Merge pull request #59 from HarryWeppner/dev | Jason Evans | 2014-03-29 | 2 | -4/+31 |
| |\ |
|
| | * | Consistently use debug lib(s) if present | Harald Weppner | 2014-03-28 | 1 | -8/+5 |
|
|
| | * | Consistently use debug lib(s) if present | Harald Weppner | 2014-03-18 | 1 | -1/+7 |
|
|
| | * | Enable profiling / leak detection in FreeBSD | Harald Weppner | 2014-03-18 | 2 | -3/+27 |
|
|
| * | | Merge pull request #61 from mxw/huge-dss-prec | Jason Evans | 2014-03-28 | 4 | -19/+27 |
| |\ \ |
|
| | * | | Use arena dss prec instead of default for huge allocs. | Max Wang | 2014-03-28 | 4 | -19/+27 |
| | |/ |
|
| * | | Convert ALLOCM_ARENA() test to MALLOCX_ARENA() test. | Jason Evans | 2014-03-28 | 2 | -5/+5 |
|
|
| * | | Merge pull request #60 from telemenar/dev | Jason Evans | 2014-03-28 | 1 | -1/+4 |
| |\ \
| | |/
| |/| |
|
| | * | Fix a crashing case where arena_chunk_init_hard returns NULL. | Chris Pride | 2014-03-26 | 1 | -1/+4 |
| |/ |
|
| * | Remove duplicate 'static' keyword. | Jason Evans | 2014-02-26 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'dev'3.5.1 | Jason Evans | 2014-02-26 | 18 | -116/+140 |
|\ |
|
| * | Update ChangeLog for 3.5.1. | Jason Evans | 2014-02-26 | 1 | -2/+20 |
|
|
| * | Restore tail call optimization subversion. | Jason Evans | 2014-02-26 | 1 | -7/+13 |
|
|
| * | Fix junk filling for mremap(2)-based huge reallocation. | Jason Evans | 2014-02-25 | 2 | -3/+16 |
|
|
| * | Add configure test to verify SSE2 code compiles. | Jason Evans | 2014-02-25 | 1 | -12/+12 |
|
|
| * | Break prof_accum into multiple compilation units. | Jason Evans | 2014-02-25 | 5 | -40/+48 |
|
|
| * | Add workaround for missing 'restrict' keyword. | Jason Evans | 2014-02-25 | 3 | -0/+12 |
|
|
| * | Merge pull request #51 from ErwanLegrand/dev | Jason Evans | 2014-02-14 | 1 | -1/+0 |
| |\ |
|
| | * | Fix typo | Erwan Legrand | 2014-02-14 | 1 | -1/+0 |
| |/ |
|
| * | Merge pull request #50 from georgekola/Voxer-Solaris | Jason Evans | 2014-02-13 | 1 | -0/+1 |
| |\ |
|
| | * | Using MADV_FREE on Solaris/Illumos | George Kola | 2014-02-12 | 1 | -0/+1 |
| |/ |
|
| * | Prevent inlining of backtraced test functions. | Jason Evans | 2014-01-29 | 1 | -2/+2 |
|
|
| * | Remove flawed alignment-related overflow test. | Jason Evans | 2014-01-29 | 1 | -23/+0 |
|
|
| * | Avoid a compiler warning. | Jason Evans | 2014-01-29 | 1 | -1/+5 |
|
|
| * | Fix/remove flawed alignment-related overflow tests. | Jason Evans | 2014-01-29 | 3 | -25/+4 |
|
|
| * | Fix mallctl argument size mismatches (size_t vs. uint64_t). | Jason Evans | 2014-01-29 | 1 | -8/+15 |
|
|
| * | Fix a typo. | Jason Evans | 2014-01-22 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'dev'3.5.0 | Jason Evans | 2014-01-22 | 136 | -3802/+13957 |
|\ |
|
| * | Update ChangeLog for 3.5.0. | Jason Evans | 2014-01-22 | 1 | -1/+1 |
|
|
| * | Update copyrights. | Jason Evans | 2014-01-22 | 1 | -2/+2 |
|
|
| * | Test and fix malloc_printf("%%"). | Jason Evans | 2014-01-22 | 2 | -7/+8 |
|
|
| * | Remove __FBSDID from rb.h. | Jason Evans | 2014-01-22 | 1 | -4/+0 |
|
|
| * | Subvert tail call optimization in backtrace test. | Jason Evans | 2014-01-21 | 1 | -11/+17 |
|
|
| * | Fix unused variable warnings. | Jason Evans | 2014-01-21 | 2 | -7/+3 |
|
|
| * | Avoid lazy-lock in a tcache-dependent test. | Jason Evans | 2014-01-21 | 1 | -14/+34 |
|
|
| * | Update ChangeLog. | Jason Evans | 2014-01-18 | 1 | -0/+38 |
|
|
| * | Add heap profiling tests. | Jason Evans | 2014-01-17 | 7 | -22/+290 |
|
|