index
:
platform_external_jemalloc_new
android10-c2f2-release
android10-c2f2-s1-release
android10-c2f2-s2-release
android10-d4-release
android10-d4-s1-release
android10-dev
android10-gsi
android10-mainline-a-release
android10-mainline-media-release
android10-mainline-networking-release
android10-mainline-release
android10-mainline-resolv-release
android10-mainline-tzdata-release
android10-qpr1-b-release
android10-qpr1-b-s1-release
android10-qpr1-c-release
android10-qpr1-c-s1-release
android10-qpr1-d-release
android10-qpr1-mainline-release
android10-qpr1-release
android10-qpr2-release
android10-qpr2-s1-release
android10-qpr2-s2-release
android10-qpr2-s3-release
android10-qpr2-s4-release
android10-qpr3-release
android10-qpr3-s1-release
android10-release
android10-s1-release
android10-s2-release
android10-s3-release
android10-security-release
android10-tests-release
android11-dev
android11-gsi
android11-mainline-release
android11-release
android11-tests-release
master
master-cuttlefish-testing-release
master-plus-llvm
ndk-sysroot-r21
sdk-release
simpleperf-release
upstream-dev
upstream-jemalloc
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
doc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Verify output space before doing heavy work in mallctl
Yinan Zhang
2020-07-27
1
-2
/
+19
*
Modify mallctl output length when needed
Yinan Zhang
2020-07-27
1
-1
/
+2
*
Unify printing for prof counts object
Yinan Zhang
2020-06-29
1
-3
/
+3
*
Add thread.peak.[read|reset] mallctls.
David Goldblatt
2020-06-11
1
-0
/
+36
*
Implement opt.stats_interval and the _opts options.
Qi Wang
2020-01-29
1
-0
/
+35
*
Fix syntax errors in doc for thread.idle.
Qi Wang
2020-01-23
1
-3
/
+3
*
Add "thread.idle" mallctl.
David Goldblatt
2020-01-22
1
-0
/
+22
*
Emphasize no modification through thread.allocatedp allowed.
Qi Wang
2019-11-13
1
-2
/
+4
*
Add stats counters for number of zero reallocs
David T. Goldblatt
2019-10-29
1
-0
/
+15
*
Realloc: Make behavior of realloc(ptr, 0) configurable.
David T. Goldblatt
2019-10-29
1
-0
/
+27
*
Add "prof.dump_prefix" to override filename prefixes for dumps.
zhxchen17
2019-09-12
1
-8
/
+34
*
Report stats for tdatas_mtx and prof_dump_mtx
Yinan Zhang
2019-08-09
1
-0
/
+24
*
Update manual for opt.retain (new default on Windows).
Qi Wang
2019-07-25
1
-11
/
+11
*
Fix logic in printing
Yinan Zhang
2019-07-16
1
-1
/
+1
*
Add confirm_conf option
Yinan Zhang
2019-05-22
1
-0
/
+17
*
Track nfills and nflushes for arenas.i.small / large.
Qi Wang
2019-05-15
1
-0
/
+44
*
Add nonfull_slabs to bin_stats_t.
Doron Roberts-Kedes
2019-04-29
1
-0
/
+11
*
Tweak the wording about oversize_threshold.
Qi Wang
2019-04-01
1
-3
/
+3
*
Document opt.oversize_threshold.
Qi Wang
2019-03-29
1
-3
/
+25
*
Rename huge_threshold to oversize_threshold.
Qi Wang
2019-01-25
1
-3
/
+1
*
Mention different mmap(2) behaviour with retain:true.
Edward Tomasz Napierala
2019-01-23
1
-0
/
+3
*
Add stats for the size of extent_avail heap
Tyler Etzel
2018-08-02
1
-0
/
+11
*
Add extents information to mallocstats output
Tyler Etzel
2018-08-02
1
-4
/
+29
*
Rename huge_threshold to experimental, and tweak documentation.
Qi Wang
2018-06-29
1
-5
/
+8
*
Mallctl: Add arenas.lookup
Latchesar Ionkov
2018-05-01
1
-0
/
+9
*
Document liveness requirements for extent_hooks_t structures.
Qi Wang
2018-04-11
1
-1
/
+3
*
background_thread: add max thread count config
Dave Watson
2018-04-10
1
-0
/
+23
*
Add opt.thp which allows explicit hugepage usage.
Qi Wang
2018-03-08
1
-0
/
+22
*
Remove config.thp which wasn't in use.
Qi Wang
2018-03-08
1
-10
/
+0
*
Add opt.lg_extent_max_active_fit
Qi Wang
2017-11-16
1
-0
/
+16
*
Add arena.i.retain_grow_limit
Qi Wang
2017-11-03
1
-0
/
+16
*
Document the potential issues about opt.background_thread.
Qi Wang
2017-10-11
1
-3
/
+6
*
Fix a link for dirty_decay_ms in manual.
Qi Wang
2017-09-11
1
-1
/
+1
*
Add stats for metadata_thp.
Qi Wang
2017-08-30
1
-0
/
+26
*
Change opt.metadata_thp to [disabled,auto,always].
Qi Wang
2017-08-30
1
-5
/
+7
*
Implement opt.metadata_thp
Qi Wang
2017-08-11
1
-1
/
+16
*
Not re-enable background thread after fork.
Qi Wang
2017-06-12
1
-1
/
+4
*
More thoroughly document the *.{nmalloc,ndalloc,nrequests} mallctls.
Jason Evans
2017-05-30
1
-24
/
+50
*
Add the --disable-thp option to support cross compiling.
Jason Evans
2017-05-30
1
-0
/
+11
*
Add opt.stats_print_opts.
Qi Wang
2017-05-29
1
-1
/
+22
*
Added opt_abort_conf: abort on invalid config options.
Qi Wang
2017-05-26
1
-1
/
+19
*
Disable percpu_arena by default.
Jason Evans
2017-05-23
1
-2
/
+2
*
Add documentation for background_thread related options.
Qi Wang
2017-05-23
1
-0
/
+78
*
Refactor *decay_time into *decay_ms.
Jason Evans
2017-05-18
1
-58
/
+60
*
Add stats: arena uptime.
Qi Wang
2017-05-18
1
-0
/
+12
*
Add extent_destroy_t and use it during arena destruction.
Jason Evans
2017-04-29
1
-0
/
+20
*
Refactor !opt.munmap to opt.retain.
Jason Evans
2017-04-29
1
-8
/
+9
*
Replace --disable-munmap with opt.munmap.
Jason Evans
2017-04-24
1
-13
/
+25
*
Remove --disable-tls.
Jason Evans
2017-04-21
1
-10
/
+0
*
Remove --disable-tcache.
Jason Evans
2017-04-21
1
-28
/
+6
[next]