summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-05-05jemalloc: always assume overcommitting memorylineage-18.1Park Ju Hyung
2021-05-05jemalloc: remove THP supportPark Ju Hyung
2021-05-05jemalloc: disable JEMALLOC_STATSPark Ju Hyung
2021-05-05jemalloc: disable config parsing altogetherPark Ju Hyung
2021-05-05jemalloc: remove deprecated size_classes.hPark Ju Hyung
2021-04-05Update Soong blueprint for jemalloc 5.2.1Danny Lin
2021-04-05Update Android extension functions for jemalloc 5.2.1Danny Lin
2021-04-05Regenerate configs for 5.2.1 updateDanny Lin
2021-04-05Fix typo in tcache stats checkDanny Lin
2021-04-05Merge tag '5.2.1' into HEADDanny Lin
2020-04-21Only retain for 64 bit. am: d3a7616aa2 am: ae06453fb8Christopher Ferris
2020-04-21Only retain for 64 bit. am: d3a7616aa2Christopher Ferris
2020-04-16Only retain for 64 bit.Christopher Ferris
2020-01-29Export include for libjemalloc5 usage. am: 8333b30b97 am: 94c497862b am: dbb5...Automerger Merge Worker
2020-01-29Export include for libjemalloc5 usage. am: 8333b30b97 am: 94c497862bAutomerger Merge Worker
2020-01-29Export include for libjemalloc5 usage.Christopher Ferris
2020-01-24Export include for libjemalloc5 usage.Christopher Ferris
2020-01-25Make ramdisk_available. am: 975193e289 am: 2b7518579d am: 29c6ad693cAutomerger Merge Worker
2020-01-25Make ramdisk_available. am: 975193e289 am: 2b7518579dAutomerger Merge Worker
2020-01-24Make ramdisk_available.Yifan Hong
2020-01-22Make ramdisk_available.Yifan Hong
2019-11-08Change je_iterate to je_malloc_iterate. am: 8aa48b4f72 am: 76307d1c57Christopher Ferris
2019-11-08Change je_iterate to je_malloc_iterate. am: 8aa48b4f72Christopher Ferris
2019-11-08Change je_iterate to je_malloc_iterate.Christopher Ferris
2019-11-08Change je_iterate to je_malloc_iterate.Christopher Ferris
2019-10-24Add configure script for jemalloc. am: 9918bd263a am: f435ef65df am: db317931e8Christopher Ferris
2019-10-24Add configure script for jemalloc. am: 9918bd263a am: f435ef65dfChristopher Ferris
2019-10-24Add configure script for jemalloc. am: 9918bd263aChristopher Ferris
2019-10-24Add configure script for jemalloc.Christopher Ferris
2019-10-23Add configure script for jemalloc.Christopher Ferris
2019-08-05Merge branch 'dev'Qi Wang
2019-08-05Update Changelog for 5.2.1.Qi Wang
2019-08-01Sanity check on prof dump buffer size.Qi Wang
2019-07-30Quick fix for prof log printingYinan Zhang
2019-07-30Workaround to address g++ unused variable warningsYinan Zhang
2019-07-29Limit to exact fit on Windows with retain off.Qi Wang
2019-07-29Revert "Refactor prof log"Qi Wang
2019-07-29Revert "Refactor profiling"Qi Wang
2019-07-29Refactor profilingYinan Zhang
2019-07-29Refactor prof logYinan Zhang
2019-07-25Add indent to individual options for confirm_conf.Qi Wang
2019-07-25Update manual for opt.retain (new default on Windows).Qi Wang
2019-07-25Lower nthreads in test/unit/retained on 32-bit to avoid OOM.Qi Wang
2019-07-24Refactor arena_dalloc() / _sdalloc().Qi Wang
2019-07-24Invoke arena_dalloc_promoted() properly w/o tcache.Qi Wang
2019-07-24Optimize max_active_fit in first_fit.Qi Wang
2019-07-24Track the leaked VM space via the abandoned_vm counter.Qi Wang
2019-07-23extent_dalloc instead of leak when register fails.Qi Wang
2019-07-23Avoid leaking extents / VM when split is not supported.Qi Wang
2019-07-23Enable opt.retain by default on Windows.Qi Wang