| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement metadata statistics. | Jason Evans | 2015-01-24 | 18 | -167/+356 |
|
|
* | Use the correct type for opt.junk when printing stats. | Guilherme Goncalves | 2015-01-23 | 1 | -1/+1 |
|
|
* | Implement the jemalloc-config script. | Jason Evans | 2015-01-23 | 4 | -4/+89 |
|
|
* | Update copyright dates for 2015. | Jason Evans | 2015-01-23 | 1 | -2/+2 |
|
|
* | Document under what circumstances in-place resizing succeeds. | Jason Evans | 2015-01-22 | 1 | -0/+16 |
|
|
* | Refactor bootstrapping to delay tsd initialization. | Jason Evans | 2015-01-22 | 6 | -125/+203 |
|
|
* | Fix arenas_cache_cleanup(). | Jason Evans | 2015-01-22 | 1 | -1/+1 |
|
|
* | Add missing symbols to private_symbols.txt. | Abhishek Kulkarni | 2015-01-21 | 1 | -0/+4 |
|
|
* | Fix OOM handling in memalign() and valloc(). | Jason Evans | 2015-01-17 | 1 | -2/+4 |
|
|
* | Fix an infinite recursion bug related to a0/tsd bootstrapping. | Jason Evans | 2015-01-15 | 1 | -1/+3 |
|
|
* | Add a isblank definition for MSVC < 2013 | Guilherme Goncalves | 2015-01-09 | 1 | -0/+8 |
|
|
* | Make mixed declarations an error | Mike Hommey | 2014-12-18 | 1 | -0/+1 |
|
|
* | Move variable declaration to the top its block for MSVC compatibility. | Guilherme Goncalves | 2014-12-17 | 1 | -2/+2 |
|
|
* | [pprof] Produce global profile unless thread-local profile requested | Bert Maher | 2014-12-15 | 1 | -2/+3 |
|
|
* | Introduce two new modes of junk filling: "alloc" and "free". | Guilherme Goncalves | 2014-12-15 | 14 | -71/+139 |
|
|
* | Ignore MALLOC_CONF in set{uid,gid,cap} binaries. | Daniel Micay | 2014-12-14 | 3 | -1/+50 |
|
|
* | Style and spelling fixes. | Jason Evans | 2014-12-09 | 20 | -40/+36 |
|
|
* | Add a C11 atomics-based implementation of atomic.h API. | Chih-hung Hsieh | 2014-12-07 | 4 | -0/+56 |
|
|
* | Style fixes. | Jason Evans | 2014-12-06 | 1 | -2/+2 |
|
|
* | Fix OOM cleanup in huge_palloc(). | Jason Evans | 2014-12-05 | 1 | -6/+2 |
|
|
* | Fix test_stats_arenas_bins for 32-bit builds. | Yuriy Kaminskiy | 2014-12-03 | 1 | -0/+1 |
|
|
* | teach the dss chunk allocator to handle new_addr | Daniel Micay | 2014-11-29 | 3 | -9/+17 |
|
|
* | Remove extra definition of je_tsd_boot on win32. | Guilherme Goncalves | 2014-11-18 | 1 | -6/+0 |
|
|
* | Fix more pointer arithmetic undefined behavior. | Jason Evans | 2014-11-17 | 1 | -4/+4 |
|
|
* | Fix pointer arithmetic undefined behavior. | Jason Evans | 2014-11-17 | 2 | -17/+31 |
|
|
* | Make quarantine_init() static. | Jason Evans | 2014-11-07 | 3 | -4/+2 |
|
|
* | Fix two quarantine regressions. | Jason Evans | 2014-11-05 | 3 | -2/+26 |
|
|
* | Disable arena_dirty_count() validation. | Jason Evans | 2014-11-01 | 1 | -2/+6 |
|
|
* | Don't dereference NULL tdata in prof_{enter,leave}(). | Jason Evans | 2014-11-01 | 1 | -13/+18 |
|
|
* | Fix arena_sdalloc() to use promoted size (second attempt). | Jason Evans | 2014-11-01 | 1 | -8/+11 |
|
|
* | Fix arena_sdalloc() to use promoted size. | Jason Evans | 2014-11-01 | 1 | -7/+15 |
|
|
* | rm unused arena wrangling from xallocx | Daniel Micay | 2014-10-31 | 1 | -16/+8 |
|
|
* | Miscellaneous cleanups. | Jason Evans | 2014-10-31 | 3 | -10/+10 |
|
|
* | avoid redundant chunk header reads | Daniel Micay | 2014-10-31 | 2 | -45/+42 |
|
|
* | mark huge allocations as unlikely | Daniel Micay | 2014-10-31 | 4 | -16/+16 |
|
|
* | Fix prof_{enter,leave}() calls to pass tdata_self. | Jason Evans | 2014-10-30 | 1 | -19/+24 |
|
|
* | Use JEMALLOC_INLINE_C everywhere it's appropriate. | Jason Evans | 2014-10-30 | 4 | -15/+15 |
|
|
* | Merge pull request #154 from guilherme-pg/implicit-int | Jason Evans | 2014-10-20 | 1 | -1/+1 |
|\ |
|
| * | Fix variable declaration with no type in the configure script. | Guilherme Goncalves | 2014-10-20 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #151 from thestinger/ralloc | Jason Evans | 2014-10-16 | 2 | -2/+2 |
|\ |
|
| * | use sized deallocation internally for ralloc | Daniel Micay | 2014-10-16 | 2 | -2/+2 |
|
|
* | | Initialize chunks_mtx for all configurations. | Jason Evans | 2014-10-16 | 1 | -4/+3 |
|/ |
|
* | Purge/zero sub-chunk huge allocations as necessary. | Jason Evans | 2014-10-16 | 1 | -24/+51 |
|
|
* | Add small run utilization to stats output. | Jason Evans | 2014-10-15 | 1 | -16/+34 |
|
|
* | Thwart compiler optimizations. | Jason Evans | 2014-10-15 | 1 | -0/+12 |
|
|
* | Fix line wrapping. | Jason Evans | 2014-10-15 | 1 | -10/+10 |
|
|
* | Fix huge allocation statistics. | Jason Evans | 2014-10-15 | 5 | -160/+252 |
|
|
* | Update size class documentation. | Jason Evans | 2014-10-15 | 1 | -26/+84 |
|
|
* | Add per size class huge allocation statistics. | Jason Evans | 2014-10-13 | 10 | -338/+724 |
|
|
* | Fix a prof_tctx_t/prof_tdata_t cleanup race. | Jason Evans | 2014-10-12 | 2 | -5/+11 |
|
|