aboutsummaryrefslogtreecommitdiff
path: root/include
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
2017-05-15Change the decay timer default to 0.android-o-preview-4android-o-preview-3android-o-iot-preview-5android-n-iot-preview-4o-iot-preview-5n-iot-preview-4Christopher Ferris
2017-04-27Change the name of the libc logging header.android-wear-o-preview-4android-wear-o-preview-3android-o-preview-2Christopher Ferris
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-11-29Do not allow jemalloc to use syscall.Christopher Ferris
2016-11-24Mark partially purged arena chunks as non-hugepage.Jason Evans
2016-11-22Enable overriding JEMALLOC_{ALLOC,FREE}_JUNK.Jason Evans
2016-11-18Remove dss support in jemalloc.Christopher Ferris
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-15Avoid negation of unsigned numbers.Jason Evans
2016-11-15Add extent serial numbers.Jason Evans
2016-11-11Remove overly restrictive stats_cactive_{add,sub}() assertions.Jason Evans
2016-11-10Merge remote-tracking branch 'aosp/upstream-new' into fixChristopher Ferris
2016-11-07Revert "Define 64-bits atomics unconditionally"Jason Evans
2016-11-07Refactor prng to not use 64-bit atomics on 32-bit platforms.Jason Evans
2016-11-03Fix chunk_alloc_cache() to support decommitted allocation.Jason Evans
2016-11-03Update symbol mangling.Jason Evans
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-10-31Refactor witness_unlock() to fix undefined test behavior.Jason Evans
2016-10-29Use CLOCK_MONOTONIC_COARSE rather than COARSE_MONOTONIC_RAW.Jason Evans
2016-10-28Support static linking of jemalloc with glibcDave Watson
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-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-10-04Define 64-bits atomics unconditionallyMike Hommey
2016-09-26Fix LG_QUANTUM definition for sparc64Eric Le Bihan
2016-09-26Don't use compact red-black trees with the pgi compilerElliot Ronaghan
2016-09-26Check for __builtin_unreachable at configure timeElliot Ronaghan
2016-09-19Fix -Wundef in _MSC_VER check.android-n-mr1-preview-2android-n-mr1-preview-1Josh Gao
2016-07-19Improve performance of jemalloc svelte config.Christopher Ferris
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-08Add a missing prof_alloc_rollback() call.Jason Evans