aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-02-25Make *allocx() size class overflow behavior defined.Jason Evans
2016-02-24Refactor arenas array (fixes deadlock).Jason Evans
2016-02-24Fix arena_size computation.Dave Watson
2016-02-24Fix arena_run_first_best_fitDave Watson
2016-02-24Attempt mmap-based in-place huge reallocation.Jason Evans
2016-02-24Silence miscellaneous 64-to-32-bit data loss warnings.Jason Evans
2016-02-24Silence miscellaneous 64-to-32-bit data loss warnings.Jason Evans
2016-02-24Use ssize_t for readlink() rather than int.Jason Evans
2016-02-24Make opt_narenas unsigned rather than size_t.Jason Evans
2016-02-24Make nhbins unsigned rather than size_t.Jason Evans
2016-02-24Explicitly cast mib[] elements to unsigned where appropriate.Jason Evans
2016-02-24Refactor jemalloc_ffs*() into ffs_*().Jason Evans
2016-02-23Collapse arena_avail_tree_* into arena_run_tree_*.Jason Evans
2016-02-23Separate arena_avail treesDave Watson
2016-02-22Use table lookup for run_quantize_{floor,ceil}().Jason Evans
2016-02-22Fix run_quantize_ceil().Jason Evans
2016-02-22Test run quantization.Jason Evans
2016-02-21Refactor time_* into nstime_*.Jason Evans
2016-02-20Fix Windows-specific prof-related compilation portability issues.Jason Evans
2016-02-20Fix time_update() to compile and work on MinGW.Jason Evans
2016-02-20Prevent MSVC from optimizing away tls_callback (resolves #318)rustyx
2016-02-20getpid() fix for Win32rustyx
2016-02-19Implement decay-based unused dirty page purging.Jason Evans
2016-02-19Refactor out arena_compute_npurge().Jason Evans
2016-02-19Refactor arenas_cache tsd.Jason Evans
2016-02-19Refactor arena_ralloc_no_move().Jason Evans
2016-02-19Refactor arena_malloc_hard() out of arena_malloc().Jason Evans
2016-02-19Refactor prng* from cpp macros into inline functions.Jason Evans
2016-02-19Use ticker for incremental tcache GC.Jason Evans
2016-02-19Implement ticker.Jason Evans
2016-02-19Flesh out time_*() API.Jason Evans
2016-02-19Add time_update().Cameron Evans
2016-02-19Add --with-malloc-conf.Jason Evans
2016-02-18Add je_iterate, je_malloc_disable, and je_malloc_enablebrillo-m10-releasebrillo-m10-devColin Cross
2016-02-11Fix leak of arenas_cache in tsd cleanup.Christopher Ferris
2016-02-01Merge remote-tracking branch 'aosp/upstream-dev' into mergeChristopher Ferris
2016-01-11Call malloc_test_boot0() from malloc_init_hard_recursible().Cosmin Paraschiv
2015-11-12Tweak code to allow compilation of concatenated src/*.c sources.Jason Evans
2015-11-12Reuse previously computed valueDmitry-Me
2015-11-10Fast-path improvement: reduce # of branches and unnecessary operations.Qi Wang
2015-11-09Allow const keys for lookupJoshua Kahn
2015-11-09Remove arena_run_dalloc_decommit().Mike Hommey
2015-09-24Fix a xallocx(..., MALLOCX_ZERO) bug.Jason Evans
2015-09-24Work around an NPTL-specific TSD issue.Jason Evans
2015-09-24Fix xallocx(..., MALLOCX_ZERO) bugs.Jason Evans
2015-09-21Fix prof_tctx_dump_iter() to filter.Jason Evans
2015-09-20Make arena_dalloc_large_locked_impl() static.Jason Evans
2015-09-17Add mallocx() OOM tests.Jason Evans
2015-09-17Fix prof_alloc_rollback().Jason Evans
2015-09-17Simplify imallocx_prof_sample().Jason Evans