summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-07-23Implement retain on Windows.Qi Wang
2019-07-18Fix posix_memalign with input size 0.Qi Wang
2019-07-16Remove prof_accumbytes in arenaYinan Zhang
2019-07-16Fix a bug in prof_dump_writeYinan Zhang
2019-07-16Fix logic in printingYinan Zhang
2019-07-14Reorder the configs for AppVeyor.Qi Wang
2019-07-11Fix redzone setting and checkingYinan Zhang
2019-05-24Add missing safety_check.c to MSBuild projectsfrederik-h
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-07jemalloc5 supports native_bridge am: ff3a3553d7 am: 26879e335fdimitry
2019-05-07jemalloc5 supports native_bridge am: ff3a3553d7dimitry
2019-05-07jemalloc5 supports native_bridgedimitry
2019-05-06jemalloc5 supports native_bridgedimitry
2019-05-03[automerger skipped] Fix miscalculating large memory allocations. am: 68a632d...Christopher Ferris
2019-05-03[automerger skipped] Fix miscalculating large memory allocations. am: 68a632d493Christopher Ferris
2019-05-03Fix miscalculating large memory allocations.Christopher Ferris
2019-05-03Fix miscalculating large memory allocations. am: 158f084de4Christopher Ferris
2019-05-03Fix miscalculating large memory allocations.Christopher Ferris
2019-05-03Fix miscalculating large memory allocations.Christopher Ferris
2019-05-02Fix miscalculating large memory allocations.Christopher Ferris
2019-05-01Remove unused stats from cache structure. am: 801fe3af80Christopher Ferris
2019-05-01Remove unused stats from cache structure.Christopher Ferris
2019-05-01Remove unused stats from cache structure. am: a8b5251865 am: 4d954e036eChristopher Ferris
2019-05-01Remove unused stats from cache structure.Christopher Ferris
2019-05-01Remove unused stats from cache structure. am: a8b5251865Christopher Ferris
2019-05-01Remove unused stats from cache structure.Christopher Ferris
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-23configure.ac: Add an option to disable docFabrice Fontaine
2019-04-23Fix typo derived from tcmalloc's pprof
2019-04-16Enforce TLS_MODEL attribute.Qi Wang
2019-04-15Safety checks: Run tests by defaultDavid Goldblatt
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-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-10Separate tests for extent utilization APIYinan Zhang