summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Remove duplicated words in documentationJasmin Parent2022-07-111-3/+1
* Make the default option of zero realloc match the system allocator.Qi Wang2022-05-051-7/+8
* Small doc tweak of opt.trust_madvise.Qi Wang2022-04-281-4/+3
* Minor typo fix in doc.Qi Wang2022-04-271-1/+1
* Correct the name of stats.mutexes.prof_thds_data in doc.Qi Wang2022-04-251-1/+1
* fix some typoscuishuang2022-04-251-1/+1
* Rename zero_realloc option "strict" to "alloc".Qi Wang2022-04-201-3/+3
* Add prof_leak_error optionyunxu2022-01-211-0/+19
* Correct opt.prof_leak documentationAlex Lapenkou2021-11-231-2/+4
* Rename prof.dump_prefix to prof.prefixQi Wang2021-08-121-14/+8
* Fix doc large size 54 KiB errorlirui2021-03-261-1/+1
* Implement opt.cache_oblivious.Qi Wang2021-02-111-0/+16
* Add runtime detection for MADV_DONTNEED zeroes pages (mostly for qemu)Azat Khuzhin2021-01-201-0/+12
* Allow opt.tcache_max to accept small size classes.Qi Wang2020-10-241-1/+1
* Switch from opt.lg_tcache_max to opt.tcache_maxQi Wang2020-10-221-7/+9
* Add a hard limit on tcache max size class.Qi Wang2020-10-161-2/+2
* Verify output space before doing heavy work in mallctlYinan Zhang2020-07-271-2/+19
* Modify mallctl output length when neededYinan Zhang2020-07-271-1/+2
* Unify printing for prof counts objectYinan Zhang2020-06-291-3/+3
* Add thread.peak.[read|reset] mallctls.David Goldblatt2020-06-111-0/+36
* Implement opt.stats_interval and the _opts options.Qi Wang2020-01-291-0/+35
* Fix syntax errors in doc for thread.idle.Qi Wang2020-01-231-3/+3
* Add "thread.idle" mallctl.David Goldblatt2020-01-221-0/+22
* Emphasize no modification through thread.allocatedp allowed.Qi Wang2019-11-131-2/+4
* Add stats counters for number of zero reallocsDavid T. Goldblatt2019-10-291-0/+15
* Realloc: Make behavior of realloc(ptr, 0) configurable.David T. Goldblatt2019-10-291-0/+27
* Add "prof.dump_prefix" to override filename prefixes for dumps.zhxchen172019-09-121-8/+34
* Report stats for tdatas_mtx and prof_dump_mtxYinan Zhang2019-08-091-0/+24
* Update manual for opt.retain (new default on Windows).Qi Wang2019-07-251-11/+11
* Fix logic in printingYinan Zhang2019-07-161-1/+1
* Add confirm_conf optionYinan Zhang2019-05-221-0/+17
* Track nfills and nflushes for arenas.i.small / large.Qi Wang2019-05-151-0/+44
* Add nonfull_slabs to bin_stats_t.Doron Roberts-Kedes2019-04-291-0/+11
* Tweak the wording about oversize_threshold.Qi Wang2019-04-011-3/+3
* Document opt.oversize_threshold.Qi Wang2019-03-291-3/+25
* Rename huge_threshold to oversize_threshold.Qi Wang2019-01-251-3/+1
* Mention different mmap(2) behaviour with retain:true.Edward Tomasz Napierala2019-01-231-0/+3
* Add stats for the size of extent_avail heapTyler Etzel2018-08-021-0/+11
* Add extents information to mallocstats outputTyler Etzel2018-08-021-4/+29
* Rename huge_threshold to experimental, and tweak documentation.Qi Wang2018-06-291-5/+8
* Mallctl: Add arenas.lookupLatchesar Ionkov2018-05-011-0/+9
* Document liveness requirements for extent_hooks_t structures.Qi Wang2018-04-111-1/+3
* background_thread: add max thread count configDave Watson2018-04-101-0/+23
* Add opt.thp which allows explicit hugepage usage.Qi Wang2018-03-081-0/+22
* Remove config.thp which wasn't in use.Qi Wang2018-03-081-10/+0
* Add opt.lg_extent_max_active_fitQi Wang2017-11-161-0/+16
* Add arena.i.retain_grow_limitQi Wang2017-11-031-0/+16
* Document the potential issues about opt.background_thread.Qi Wang2017-10-111-3/+6
* Fix a link for dirty_decay_ms in manual.Qi Wang2017-09-111-1/+1
* Add stats for metadata_thp.Qi Wang2017-08-301-0/+26