summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2022-06-29jemalloc: enable MADV_FREE usageHEADsugisawa-mr1Juhyung Park
2022-05-20Revert "jemalloc: disable JEMALLOC_STATS"Juhyung Park
2022-02-18jemalloc: remove THP supportPark Ju Hyung
2022-02-18jemalloc: disable JEMALLOC_STATSPark Ju Hyung
2022-02-18jemalloc: remove deprecated size_classes.hPark Ju Hyung
2021-10-11Regenerate configs for 5.2.1 updateDanny Lin
2021-10-11Fix typo in tcache stats checkDanny Lin
2021-10-11Merge tag '5.2.1' into HEADDanny Lin
2020-03-31Only retain for 64 bit.Christopher Ferris
2019-07-30Workaround to address g++ unused variable warningsYinan Zhang
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-24Refactor arena_dalloc() / _sdalloc().Qi Wang
2019-07-24Invoke arena_dalloc_promoted() properly w/o tcache.Qi Wang
2019-07-24Track the leaked VM space via the abandoned_vm counter.Qi Wang
2019-07-23Implement retain on Windows.Qi Wang
2019-07-16Remove prof_accumbytes in arenaYinan Zhang
2019-07-16Fix logic in printingYinan Zhang
2019-07-11Fix redzone setting and checkingYinan Zhang
2019-05-22Add confirm_conf optionYinan Zhang
2019-05-15Track nfills and nflushes for arenas.i.small / large.Qi Wang
2019-04-30Remove unused stats from cache structure.Christopher Ferris
2019-04-29Add nonfull_slabs to bin_stats_t.Doron Roberts-Kedes
2019-04-24Improve size class headerYinan Zhang
2019-04-16Enforce TLS_MODEL attribute.Qi Wang
2019-04-15Safety checks: Add a redzoning feature.David Goldblatt
2019-04-15Safety checks: Indirect through a function.David Goldblatt
2019-04-15Move extra size checks behind a config flag.David Goldblatt
2019-04-15Add an autoconf feature test for format_arg and a jemalloc-specificzoulasc
2019-04-15Fix incorrect macro use.zoulasc
2019-04-15Convert the format generator function to an annotated format function,zoulasc
2019-04-08remove compare and branch in fast path for c++ operator delete[]mgrice
2019-04-04Add memory utilization analytics to mallctlYinan Zhang
2019-03-14Eagerly purge oversized merged extents.Qi Wang
2019-03-14Remove some unused comments.Qi Wang
2019-03-09Fallback to 32-bit when 8-bit atomics are missing for TSD.Qi Wang
2019-03-09Detect if 8-bit atomics are available.Qi Wang
2019-03-09Do not use #pragma GCC diagnostic with gcc < 4.6.Jason Evans
2019-02-22Remove JE_FORCE_SYNC_COMPARE_AND_SWAP_[48].Jason Evans
2019-02-20Avoid redefining tsd_t.Jason Evans
2019-02-14Don't compile background thread support.Dan Albert
2019-02-04Disable muzzy decay by default.Qi Wang
2019-02-01Sanity check szind on tcache flush.Qi Wang
2019-01-25Rename huge_threshold to oversize_threshold.Qi Wang
2019-01-24Set huge_threshold to 8M by default.Qi Wang
2019-01-15Avoid creating bg thds for huge arena lone.Qi Wang
2019-01-11Avoid potential issues on extent zero-out.Qi Wang
2019-01-08implement malloc_getcpu for windowsLeonardo Santagada