aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-11-10Merge remote-tracking branch 'aosp/upstream-new' into fixChristopher Ferris
2016-11-07Refactor prng to not use 64-bit atomics on 32-bit platforms.Jason Evans
2016-11-07Fix run leak.Jason Evans
2016-11-04Fix arena data structure size calculation.Jason Evans
2016-11-03Fix large allocation to search optimal size class heap.Jason Evans
2016-11-03Fix chunk_alloc_cache() to support decommitted allocation.Jason Evans
2016-11-02Check for existance of CPU_COUNT macro before using it.Dave Watson
2016-11-02Do not use syscall(2) on OS X 10.12 (deprecated).Jason Evans
2016-11-02Add os_unfair_lock support.Jason Evans
2016-11-02Fix/refactor zone allocator integration code.Jason Evans
2016-11-01Add "J" (JSON) support to malloc_stats_print().Jason Evans
2016-10-29Use CLOCK_MONOTONIC_COARSE rather than COARSE_MONOTONIC_RAW.Jason Evans
2016-10-29Use syscall(2) rather than {open,read,close}(2) during boot.Jason Evans
2016-10-29Do not mark malloc_conf as weak on Windows.Jason Evans
2016-10-28Do not mark malloc_conf as weak for unit tests.Jason Evans
2016-10-28Support static linking of jemalloc with glibcDave Watson
2016-10-28Fix over-sized allocation of rtree leaf nodes.Jason Evans
2016-10-21Do not (recursively) allocate within tsd_fetch().Jason Evans
2016-10-13Make dss operations lockless.Jason Evans
2016-10-13Add/use adaptive spinning.Jason Evans
2016-10-12Disallow 0x5a junk filling when running in Valgrind.Jason Evans
2016-10-11Fix and simplify decay-based purging.Jason Evans
2016-10-10Do not advance decay epoch when time goes backwards.Jason Evans
2016-10-10Refactor arena->decay_* into arena->decay.* (arena_decay_t).Jason Evans
2016-10-10Refine nstime_update().Jason Evans
2016-10-06Simplify run quantization.Jason Evans
2016-10-04Refactor runs_avail.Jason Evans
2016-10-04Implement pz2ind(), pind2sz(), and psz2u().Jason Evans
2016-10-04Use TSDN_NULL rather than NULL as appropriate.Jason Evans
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