aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2015-08-12Fix chunk_dalloc_arena() re: zeroing due to purge.Jason Evans
2015-08-12Try to decommit new chunks.Jason Evans
2015-08-11Refactor arena_mapbits_{small,large}_set() to not preserve unzeroed.Jason Evans
2015-08-10Refactor arena_mapbits unzeroed flag management.Jason Evans
2015-08-10Arena chunk decommit cleanups and fixes.Jason Evans
2015-08-10Revert to first-best-fit run/chunk allocation.android-m-preview-2Jason Evans
2015-08-10On 32 bit systems, force huge allocs on arena 0.Christopher Ferris
2015-08-07Implement chunk hook support for page run commit/decommit.Jason Evans
2015-08-06Fix an in-place growing large reallocation regression.Jason Evans
2015-08-04MSVC compatibility changesMatthijs
2015-08-03Generalize chunk management hooks.Jason Evans
2015-07-24Implement support for non-coalescing maps on MinGW.Jason Evans
2015-07-24Fix huge_ralloc_no_move() to succeed more often.Jason Evans
2015-07-23Fix huge_palloc() to handle size rather than usize input.Jason Evans
2015-07-23Change arena_palloc_large() parameter from size to usize.Jason Evans
2015-07-23Fix MinGW-related portability issues.Jason Evans
2015-07-22Add JEMALLOC_FORMAT_PRINTF().Jason Evans
2015-07-21Move JEMALLOC_NOTHROW just after return type.Jason Evans
2015-07-21Remove JEMALLOC_ALLOC_SIZE annotations on functions not returning pointersMike Hommey
2015-07-17Add the config.cache_oblivious mallctl.Jason Evans
2015-07-15Revert to first-best-fit run/chunk allocation.Jason Evans
2015-07-10Avoid function prototype incompatibilities.Jason Evans