summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-02-18jemalloc: always assume overcommitting memoryPark Ju Hyung
2022-02-18jemalloc: remove THP supportPark Ju Hyung
2022-02-18jemalloc: disable config parsing altogetherPark Ju Hyung
2021-10-11Update Android extension functions for jemalloc 5.2.1Danny Lin
2021-10-11Merge tag '5.2.1' into HEADDanny Lin
2019-11-08Change je_iterate to je_malloc_iterate.Christopher Ferris
2019-08-01Sanity check on prof dump buffer size.Qi Wang
2019-07-30Quick fix for prof log printingYinan 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-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-23Implement retain on Windows.Qi Wang
2019-07-18Fix posix_memalign with input size 0.Qi Wang
2019-07-16Fix a bug in prof_dump_writeYinan Zhang
2019-07-16Fix logic in printingYinan Zhang
2019-05-22Avoid blocking on background thread lock for stats.Qi Wang
2019-05-22Add experimental.arenas.i.pactivep.Qi Wang
2019-05-22Add confirm_conf optionYinan Zhang
2019-05-21Improve memory utilization testsYinan Zhang
2019-05-21Fix GCC-9.1 warning with macro GET_ARG_NUMERICVaibhav Jain
2019-05-15Track nfills and nflushes for arenas.i.small / large.Qi Wang
2019-05-15Fix assert in free fastpathYinan Zhang
2019-05-08Improve macro readability in malloc_conf_initYinan Zhang
2019-05-08Remove best fitDave Watson
2019-05-08Add max_active_fit to first_fitDave Watson
2019-05-02Fix miscalculating large memory allocations.Christopher Ferris
2019-05-01Remove unused stats from cache structure.Christopher Ferris
2019-04-29Add nonfull_slabs to bin_stats_t.Doron Roberts-Kedes
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-15Safety checks: Expose config value via mallctl and stats.David Goldblatt
2019-04-15Move extra size checks behind a config flag.David Goldblatt
2019-04-10Separate tests for extent utilization APIYinan Zhang
2019-04-08remove compare and branch in fast path for c++ operator delete[]mgrice
2019-04-04Ensure page alignment on extent_alloc.Qi Wang
2019-04-04Add memory utilization analytics to mallctlYinan Zhang
2019-04-02Use iallocztm instead of ialloc in prof_log functions.Qi Wang
2019-03-29Avoid check_min for opt_lg_extent_max_active_fit.Qi Wang
2019-03-29Add the missing unlock in the error path of extent_register.Qi Wang
2019-03-29Allow low values of oversize_threshold to disable the feature.Qi Wang
2019-03-29Output message before aborting on tcache size-matching check.Qi Wang