summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Sanity check on prof dump buffer size.Qi Wang2019-08-021-0/+1
* Quick fix for prof log printingYinan Zhang2019-07-311-2/+2
* Limit to exact fit on Windows with retain off.Qi Wang2019-07-291-0/+10
* Revert "Refactor prof log"Qi Wang2019-07-292-703/+677
* Revert "Refactor profiling"Qi Wang2019-07-292-1478/+1450
* Refactor profilingYinan Zhang2019-07-292-1450/+1478
* Refactor prof logYinan Zhang2019-07-292-677/+703
* Add indent to individual options for confirm_conf.Qi Wang2019-07-261-3/+4
* Invoke arena_dalloc_promoted() properly w/o tcache.Qi Wang2019-07-251-1/+1
* 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-244-5/+23
* 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
* Implement retain on Windows.Qi Wang2019-07-242-19/+62
* Fix posix_memalign with input size 0.Qi Wang2019-07-181-5/+17
* Fix a bug in prof_dump_writeYinan Zhang2019-07-161-1/+1
* Fix logic in printingYinan Zhang2019-07-161-1/+0
* 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-223-107/+177
* Improve memory utilization testsYinan Zhang2019-05-211-4/+4
* 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-154-11/+79
* 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-293-0/+21
* Enforce TLS_MODEL attribute.Qi Wang2019-04-161-3/+3
* Safety checks: Add a redzoning feature.David Goldblatt2019-04-154-15/+43
* Safety checks: Indirect through a function.David Goldblatt2019-04-152-1/+13
* 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-151-9/+8
* Separate tests for extent utilization APIYinan Zhang2019-04-101-2/+2
* remove compare and branch in fast path for c++ operator delete[]mgrice2019-04-082-3/+15
* Ensure page alignment on extent_alloc.Qi Wang2019-04-043-6/+7
* Add memory utilization analytics to mallctlYinan Zhang2019-04-042-4/+301
* Use iallocztm instead of ialloc in prof_log functions.Qi Wang2019-04-021-5/+8
* Avoid check_min for opt_lg_extent_max_active_fit.Qi Wang2019-03-291-1/+1
* Add the missing unlock in the error path of extent_register.Qi Wang2019-03-291-0/+1
* Allow low values of oversize_threshold to disable the feature.Qi Wang2019-03-291-2/+2
* Output message before aborting on tcache size-matching check.Qi Wang2019-03-291-0/+3
* Eagerly purge oversized merged extents.Qi Wang2019-03-151-0/+7
* Fallback to 32-bit when 8-bit atomics are missing for TSD.Qi Wang2019-03-091-6/+7
* Stringify tls_callback linker directiveDave Rigby2019-02-221-1/+1
* Guard libgcc unwind init with opt_prof.Qi Wang2019-02-221-8/+6
* Make background_thread not dependent on libdl.Qi Wang2019-02-071-1/+8
* Sanity check szind on tcache flush.Qi Wang2019-02-011-2/+40
* Tweak the spacing for the total_wait_time per second.Qi Wang2019-01-281-0/+1
* Rename huge_threshold to oversize_threshold.Qi Wang2019-01-254-14/+14