aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-05-04Fix potential chunk leaks.nougat-devJason Evans
2016-04-20Fix iteration over huge allocationsColin Cross
2016-03-07Update generated files for 4.1.0 update.Christopher Ferris
2016-03-07Merge remote-tracking branch 'aosp/upstream-dev' into mergeChristopher Ferris
2016-03-07Revert "Fix leak of arenas_cache in tsd cleanup."Christopher Ferris
2016-02-23Add je_iterate, je_malloc_disable, and je_malloc_enableColin Cross
2016-02-12Fix 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
2015-09-17Fix irallocx_prof_sample().Jason Evans
2015-09-17Fix ixallocx_prof_sample().Jason Evans
2015-09-15Centralize xallocx() size[+extra] overflow checks.Jason Evans
2015-09-15Reduce variable scope.Dmitry-Me
2015-09-15Fix ixallocx_prof() to check for size greater than HUGE_MAXCLASS.Jason Evans
2015-09-14Resolve an unsupported special case in arena_prof_tctx_set().Jason Evans
2015-09-14Fix ixallocx_prof_sample() argument order reversal.Jason Evans
2015-09-14s/max_usize/usize_max/gJason Evans
2015-09-14s/oldptr/old_ptr/gJason Evans
2015-09-14Make one call to prof_active_get_unlocked() per allocation event.Jason Evans
2015-09-14Fix irealloc_prof() to prof_alloc_rollback() on OOM.Jason Evans
2015-09-14Optimize irallocx_prof() to optimistically update the sampler state.Jason Evans
2015-09-14Fix ixallocx_prof() size+extra overflow.Jason Evans
2015-09-14Regenerate files and re-add android changes.Christopher Ferris
2015-09-11Rename arena_maxclass to large_maxclass.Jason Evans
2015-09-11Fix xallocx() bugs.Jason Evans
2015-09-09Fix "prof.reset" mallctl-related corruption.Jason Evans
2015-09-09Merge remote-tracking branch 'aosp/upstream-dev' into mergeChristopher Ferris
2015-09-04Reduce variables scopeDmitry-Me
2015-09-04Force initialization of the init_lock in malloc_init_hard on Windows XPMike Hommey
2015-09-02Optimize arena_prof_tctx_set().Jason Evans
2015-08-27Don't purge junk filled chunks when shrinking huge allocationsMike Hommey
2015-08-27Fix chunk purge hook calls for in-place huge shrinking reallocation.Mike Hommey
2015-08-27Fix arenas_cache_cleanup() and arena_get_hard().Jason Evans
2015-08-21Fix arenas_cache_cleanup().Christopher Ferris
2015-08-19Rename index_t to szind_t to avoid an existing type on Solaris.Jason Evans
2015-08-19Don't bitshift by negative amounts.Jason Evans
2015-08-12Fix a strict aliasing violation.Jason Evans