aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-10-22Fix settings for host bionicDan Willemsen
2018-09-13Build jemalloc for host, too.android-o-mr1-iot-release-smart-display-r3android-o-mr1-iot-release-1.0.5oreo-mr1-1.2-iot-releasemaster-cuttlefish-testing-releaseChristopher Ferris
2018-09-13Revert "Build jemalloc for host, too."Christopher Ferris
2018-09-12Build jemalloc for host, too.Christopher Ferris
2018-08-22bionic provides PR_SET_VMA now.android-o-mr1-iot-release-1.0.4Elliott Hughes
2017-03-01Fix/refactor tcaches synchronization.android-n-mr2-preview-2Jason Evans
2016-12-12Update to jemalloc 4.4.0.Christopher Ferris
2016-12-03Add --disable-syscall.Jason Evans
2016-12-03Fix pages_purge() when using MADV_DONTNEED.Jason Evans
2016-11-24Mark partially purged arena chunks as non-hugepage.Jason Evans
2016-11-17Add pthread_atfork(3) feature test.Jason Evans
2016-11-17Refactor madvise(2) configuration.Jason Evans
2016-11-16Avoid gcc tautological-compare warnings.Jason Evans
2016-11-16Avoid gcc type-limits warnings.Jason Evans
2016-11-15Fix an MSVC compiler warning.Jason Evans
2016-11-15Uniformly cast mallctl[bymib]() oldp/newp arguments to (void *).Jason Evans
2016-11-15Consistently use size_t rather than uint64_t for extent serial numbers.Jason Evans
2016-11-15Add extent serial numbers.Jason Evans
2016-11-11Simplify extent_quantize().Jason Evans
2016-11-11Fix/simplify chunk_recycle() allocation size computations.Jason Evans
2016-11-11Fix extent_quantize() to handle greater-than-huge-size extents.Jason Evans
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