aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-05-06Optimize the fast paths of calloc() and [m,d,sd]allocx().Jason Evans
2016-05-05Modify pages_map() to support mapping uncommitted virtual memory.Jason Evans
2016-05-05Fix potential chunk leaks.android-wear-n-preview-3android-wear-n-preview-1android-n-preview-3Jason Evans
2016-05-04Scale leak report summary according to sampling probability.Jason Evans
2016-05-03Add the stats.retained and stats.arenas.<i>.retained statistics.Jason Evans
2016-05-03Fix huge_palloc() regression.Jason Evans
2016-04-26Fix witness/fork() interactions.Jason Evans
2016-04-25Fix fork()-related lock rank ordering reversals.Jason Evans
2016-04-25Fix arena reset effects on large/huge stats.Jason Evans
2016-04-22Fix arena_choose_hard() regression.Jason Evans
2016-04-22Implement the arena.<i>.reset mallctl.Jason Evans
2016-04-22Do not allocate metadata via non-auto arenas, nor tcaches.Jason Evans
2016-04-22Reduce a variable scope.Jason Evans
2016-04-21Fix iteration over huge allocationsColin Cross
2016-04-18Update private_symbols.txt.Jason Evans
2016-04-17Fix style nits.Jason Evans
2016-04-17Fix malloc_mutex_[un]lock() to conditionally check witness.Jason Evans
2016-04-17Convert base_mtx locking protocol comments to assertions.Jason Evans
2016-04-14Add witness, a simple online locking validator.Jason Evans
2016-04-12Fix 64-to-32 conversion warnings in 32-bit moderustyx
2016-04-11Fix malloc_stats_print() to print correct opt.narenas value.Jason Evans
2016-04-11Support --with-lg-page values larger than actual page size.Jason Evans
2016-04-11Refactor/fix ph.Jason Evans
2016-04-06Reduce differences between alternative bitmap implementations.Jason Evans
2016-03-31Add JEMALLOC_ALLOC_JUNK and JEMALLOC_FREE_JUNK macrosChris Peterson
2016-03-31Update a comment.Jason Evans
2016-03-30Fix potential chunk leaks.Jason Evans
2016-03-26Fix -Wunreachable-code warning in malloc_vsnprintf().Chris Peterson
2016-03-23Constify various internal arena APIs.Jason Evans
2016-03-23Code formatting fixes.Jason Evans
2016-03-22Optimize rtree_get().Jason Evans
2016-03-15Refactor out signed/unsigned comparisons.Jason Evans
2016-03-08Convert arena_bin_t's runs from a tree to a heap.Jason Evans
2016-03-08Use pairing heap for arena->runs_availDave Watson
2016-03-08Pairing heapDave Watson
2016-03-05Update generated files for 4.1.0 update.Christopher Ferris
2016-03-03Merge remote-tracking branch 'aosp/upstream-dev' into mergeChristopher Ferris
2016-03-02Avoid a potential innocuous compiler warning.Jason Evans
2016-03-02Revert "Fix leak of arenas_cache in tsd cleanup."Christopher Ferris
2016-02-29Fix stack corruption and uninitialized var warningDmitri Smirnov
2016-02-27Fix a potential tsd cleanup leak.Jason Evans
2016-02-27Fix stats.arenas.<i>.[...] for --disable-stats case.Jason Evans
2016-02-27Fix stats.cactive accounting regression.Jason Evans
2016-02-26Refactor arena_cactive_update() into arena_cactive_{add,sub}().Jason Evans
2016-02-26Move retaining out of default chunk hooksbuchgr
2016-02-26Use linear scan for small bitmapsDave Watson
2016-02-26Miscellaneous bitmap refactoring.Jason Evans
2016-02-25Silence miscellaneous 64-to-32-bit data loss warnings.Jason Evans
2016-02-25Remove a superfluous comment.Jason Evans
2016-02-25Add more HUGE_MAXCLASS overflow checks.Jason Evans