summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'dev'5.2.1Qi Wang2019-08-0562-373/+1829
|\
| * Update Changelog for 5.2.1.Qi Wang2019-08-051-0/+33
| * Sanity check on prof dump buffer size.Qi Wang2019-08-021-0/+1
| * Quick fix for prof log printingYinan Zhang2019-07-311-2/+2
| * Workaround to address g++ unused variable warningsYinan Zhang2019-07-301-2/+4
| * Limit to exact fit on Windows with retain off.Qi Wang2019-07-291-0/+10
| * Revert "Refactor prof log"Qi Wang2019-07-298-720/+677
| * Revert "Refactor profiling"Qi Wang2019-07-298-1501/+1450
| * Refactor profilingYinan Zhang2019-07-298-1450/+1501
| * Refactor prof logYinan Zhang2019-07-298-677/+720
| * Add indent to individual options for confirm_conf.Qi Wang2019-07-261-3/+4
| * Update manual for opt.retain (new default on Windows).Qi Wang2019-07-251-11/+11
| * Lower nthreads in test/unit/retained on 32-bit to avoid OOM.Qi Wang2019-07-251-0/+3
| * Refactor arena_dalloc() / _sdalloc().Qi Wang2019-07-251-24/+18
| * Invoke arena_dalloc_promoted() properly w/o tcache.Qi Wang2019-07-252-5/+13
| * Optimize max_active_fit in first_fit.Qi Wang2019-07-241-4/+2
| * Track the leaked VM space via the abandoned_vm counter.Qi Wang2019-07-245-5/+26
| * extent_dalloc instead of leak when register fails.Qi Wang2019-07-241-6/+3
| * Avoid leaking extents / VM when split is not supported.Qi Wang2019-07-241-0/+11
| * Enable opt.retain by default on Windows.Qi Wang2019-07-241-0/+3
| * Implement retain on Windows.Qi Wang2019-07-248-28/+110
| * Fix posix_memalign with input size 0.Qi Wang2019-07-182-7/+20
| * Remove prof_accumbytes in arenaYinan Zhang2019-07-161-1/+0
| * Fix a bug in prof_dump_writeYinan Zhang2019-07-161-1/+1
| * Fix logic in printingYinan Zhang2019-07-163-3/+2
| * Reorder the configs for AppVeyor.Qi Wang2019-07-151-8/+8
| * Fix redzone setting and checkingYinan Zhang2019-07-121-2/+2
| * Add missing safety_check.c to MSBuild projectsfrederik-h2019-05-244-4/+12
| * Avoid blocking on background thread lock for stats.Qi Wang2019-05-221-1/+7
| * Add experimental.arenas.i.pactivep.Qi Wang2019-05-221-7/+82
| * Add confirm_conf optionYinan Zhang2019-05-226-107/+196
| * Improve memory utilization testsYinan Zhang2019-05-212-121/+200
| * Fix GCC-9.1 warning with macro GET_ARG_NUMERICVaibhav Jain2019-05-211-1/+1
| * Track nfills and nflushes for arenas.i.small / large.Qi Wang2019-05-157-14/+138
| * Fix assert in free fastpathYinan Zhang2019-05-151-1/+1
| * Improve macro readability in malloc_conf_initYinan Zhang2019-05-081-22/+22
| * Remove best fitDave Watson2019-05-081-32/+8
| * Add max_active_fit to first_fitDave Watson2019-05-081-1/+10
| * Add nonfull_slabs to bin_stats_t.Doron Roberts-Kedes2019-04-297-1/+42
| * Improve size class headerYinan Zhang2019-04-241-8/+21
| * configure.ac: Add an option to disable docFabrice Fontaine2019-04-232-1/+20
| * Fix typo derived from tcmalloc's pprof2019-04-231-1/+1
| * Enforce TLS_MODEL attribute.Qi Wang2019-04-163-6/+10
| * Safety checks: Run tests by defaultDavid Goldblatt2019-04-153-0/+27
| * Safety checks: Add a redzoning feature.David Goldblatt2019-04-1512-19/+230
| * Safety checks: Indirect through a function.David Goldblatt2019-04-154-1/+20
| * Safety checks: Expose config value via mallctl and stats.David Goldblatt2019-04-152-0/+4
| * Move extra size checks behind a config flag.David Goldblatt2019-04-154-22/+40
| * Add an autoconf feature test for format_arg and a jemalloc-specificzoulasc2019-04-154-1/+22
| * Fix incorrect macro use.zoulasc2019-04-151-1/+1