aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-09-26Close file descriptor after reading "/proc/sys/vm/overcommit_memory".Jason Evans
2016-09-26Formatting fixes.Jason Evans
2016-09-26Change how the default zone is foundMike Hommey
2016-09-26Fix a valgrind regression in chunk_recycle()Elliot Ronaghan
2016-09-23Fix arena_bind().Qi Wang
2016-08-30jemalloc doesn't close /proc/sys/vm/overcommit_memoryBrian Carlstrom
2016-06-14Updates to generated files for 4.2.1 release.android-wear-n-preview-2android-wear-7.1.1_r1android-n-preview-5android-n-iot-preview-2nougat-mr1-wear-releasen-iot-preview-2Christopher Ferris
2016-06-14Merge remote-tracking branch 'aosp/upstream-release' into fixChristopher Ferris
2016-06-08Fix rallocx() sampling code to not eagerly commit sampler update.Jason Evans
2016-06-08Fix opt_zero-triggered in-place huge reallocation zeroing.Jason Evans
2016-06-07Fix a Valgrind regression in chunk_alloc_wrapper().Elliot Ronaghan
2016-06-07Fix a Valgrind regression in calloc().Elliot Ronaghan
2016-06-07Fix potential VM map fragmentation regression.Jason Evans
2016-06-07Fix mixed decl in nstime.cElliot Ronaghan
2016-06-07Propagate tsdn to default chunk hooks.Jason Evans
2016-05-11Guard tsdn_tsd() call with tsdn_null() check.Jason Evans
2016-05-11Mangle tested functions as n_witness_* rather than witness_*_impl.Jason Evans
2016-05-11Optimize witness fast path.Jason Evans
2016-05-11Fix chunk accounting related to triggering gdump profiles.Jason Evans
2016-05-10Resolve bootstrapping issues when embedded in FreeBSD libc.Jason Evans
2016-05-07Fix tsd bootstrapping for a0malloc().Jason Evans
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