| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | Update private_symbols.txt. | Jason Evans | 2016-04-18 | 3 | -22/+45 |
|
|
| * | Update private_symbols.txt | Rajat Goel | 2016-04-18 | 1 | -0/+4 |
|
|
| * | Fix style nits. | Jason Evans | 2016-04-17 | 5 | -6/+6 |
|
|
| * | Fix malloc_mutex_[un]lock() to conditionally check witness. | Jason Evans | 2016-04-17 | 2 | -12/+2 |
|
|
| * | Convert base_mtx locking protocol comments to assertions. | Jason Evans | 2016-04-17 | 1 | -10/+12 |
|
|
| * | s/MALLOC_MUTEX_RANK_OMIT/WITNESS_RANK_OMIT/ | Jason Evans | 2016-04-14 | 1 | -1/+1 |
|
|
| * | Fix a compilation error. | Jason Evans | 2016-04-14 | 1 | -2/+2 |
|
|
| * | Add witness, a simple online locking validator. | Jason Evans | 2016-04-14 | 33 | -1274/+2090 |
|
|
| * | Fix a style nit. | Jason Evans | 2016-04-13 | 1 | -1/+2 |
|
|
| * | Fix more 64-to-32 conversion warnings. | Jason Evans | 2016-04-12 | 2 | -11/+11 |
|
|
| * | Fix 64-to-32 conversion warnings in 32-bit mode | rustyx | 2016-04-12 | 1 | -11/+15 |
|
|
| * | Cleanup MSVC project, embed PDB data inside static .lib | rustyx | 2016-04-12 | 2 | -14/+11 |
|
|
| * | Fix malloc_stats_print() to print correct opt.narenas value. | Jason Evans | 2016-04-12 | 1 | -1/+1 |
|
|
| * | Simplify RTREE_HEIGHT_MAX definition. | Jason Evans | 2016-04-11 | 1 | -29/+4 |
|
|
| * | Support --with-lg-page values larger than actual page size. | Jason Evans | 2016-04-11 | 4 | -6/+6 |
|
|
| * | Clean up char vs. uint8_t in junk filling code. | Jason Evans | 2016-04-11 | 3 | -17/+19 |
|
|
| * | Refactor/fix ph. | Jason Evans | 2016-04-11 | 8 | -337/+615 |
|
|
| * | Reduce differences between alternative bitmap implementations. | Jason Evans | 2016-04-06 | 2 | -8/+5 |
|
|
| * | Fix bitmap_sfu() regression. | Jason Evans | 2016-04-06 | 1 | -1/+1 |
|
|
| * | Fix a compilation warning in the ph test code. | Jason Evans | 2016-04-05 | 1 | -20/+1 |
|
|
| * | Update implementation details docs re: PTRDIFF_MAX. | Jason Evans | 2016-03-31 | 1 | -3/+11 |
|
|
| * | Add JEMALLOC_ALLOC_JUNK and JEMALLOC_FREE_JUNK macros | Chris Peterson | 2016-03-31 | 7 | -32/+40 |
|
|
| * | Update a comment. | Jason Evans | 2016-03-31 | 1 | -2/+2 |
|
|
| * | Fix potential chunk leaks. | Jason Evans | 2016-03-31 | 5 | -51/+26 |
|
|
| * | Fix -Wunreachable-code warning in malloc_vsnprintf(). | Chris Peterson | 2016-03-27 | 1 | -2/+2 |
|
|
| * | Remove unused arenas_extend() function declaration. | Chris Peterson | 2016-03-26 | 1 | -1/+0 |
|
|
| * | Use abort() for fallback implementations of unreachable(). | Jason Evans | 2016-03-24 | 1 | -2/+2 |
|
|
| * | Fix MSVC project | rustyx | 2016-03-24 | 2 | -0/+8 |
|
|
| * | Avoid blindly enabling assertions for header code when testing. | Jason Evans | 2016-03-23 | 1 | -33/+45 |
|
|
| * | Constify various internal arena APIs. | Jason Evans | 2016-03-23 | 4 | -73/+111 |
|
|
| * | Code formatting fixes. | Jason Evans | 2016-03-23 | 2 | -2/+4 |
|
|
| * | Always inline performance-critical rtree operations. | Jason Evans | 2016-03-23 | 1 | -9/+10 |
|
|
| * | Optimize rtree_get(). | Jason Evans | 2016-03-23 | 3 | -35/+134 |
|
|
| * | Enable -Wsign-compare warnings. | Chris Peterson | 2016-03-15 | 1 | -0/+1 |
|
|
| * | Refactor out signed/unsigned comparisons. | Jason Evans | 2016-03-15 | 5 | -18/+14 |
|
|
| * | Add --with-version. | Jason Evans | 2016-03-15 | 2 | -20/+33 |
|
|
| * | Add (size_t) casts to MALLOCX_ALIGN(). | Jason Evans | 2016-03-11 | 2 | -17/+14 |
|
|
| * | typecast address to pointer to byte to avoid unaligned memory access error | Rajeev Misra | 2016-03-11 | 1 | -2/+2 |
|
|
| * | Convert arena_bin_t's runs from a tree to a heap. | Jason Evans | 2016-03-08 | 2 | -49/+23 |
|
|
| * | Use pairing heap for arena->runs_avail | Dave Watson | 2016-03-08 | 3 | -18/+40 |
|
|
| * | Refactor ph_merge_ordered() out of ph_merge(). | Jason Evans | 2016-03-08 | 2 | -17/+23 |
|
|
| * | Unittest for pairing heap | Dave Watson | 2016-03-08 | 2 | -0/+93 |
|
|
| * | Pairing heap | Dave Watson | 2016-03-08 | 5 | -0/+270 |
|
|
| * | Replace contributor name with github account. | Jason Evans | 2016-03-08 | 1 | -2/+2 |
|
|
| * | Avoid a potential innocuous compiler warning. | Jason Evans | 2016-03-03 | 2 | -2/+6 |
|
|
| * | Fix stack corruption and uninitialized var warning | Dmitri Smirnov | 2016-02-29 | 2 | -7/+8 |
|
|
| * | Fix MSVC project and improve MSVC lib naming (v140 -> vc140) | rustyx | 2016-02-29 | 3 | -7/+23 |
|
|
| * | Remove errno overrides. | Dmitri Smirnov | 2016-02-29 | 1 | -21/+1 |
|
|
| * | Update copyright dates for 2016. | Jason Evans | 2016-02-28 | 1 | -2/+2 |
|
|
* | | Merge branch.4.1.1 | Jason Evans | 2016-05-04 | 23 | -171/+328 |
|\ \
| |/
|/| |
|