summaryrefslogtreecommitdiff
path: root/include/jemalloc/internal/thread_event.h
Commit message (Expand)AuthorAgeFilesLines
* Optimize away the tsd_fast() check on free fastpath.Qi Wang2021-10-281-11/+4
* Add batch allocation APIYinan Zhang2020-07-311-1/+0
* Add surplus reading API for thread event lookaheadYinan Zhang2020-07-311-3/+47
* Add thread.peak.[read|reset] mallctls.David Goldblatt2020-06-111-4/+6
* Tcache: Make incremental gc bytes configurable.David Goldblatt2020-05-161-2/+2
* Get rid of TSD -> thread event dependencyYinan Zhang2020-05-121-0/+6
* Push event handlers to constituent modulesYinan Zhang2020-05-121-0/+6
* Only compute thread event threshold once per triggerYinan Zhang2020-05-121-7/+5
* Move thread event wait time update to localYinan Zhang2020-05-121-24/+0
* Remove outdated comments in thread eventYinan Zhang2020-05-121-4/+2
* Remove thread_event_rollback()Yinan Zhang2020-03-121-1/+0
* Remove prof -> thread_event dependencyYinan Zhang2020-03-121-0/+1
* Rewrite profiling thread eventYinan Zhang2020-03-121-0/+7
* Abbreviate thread-event to te.Qi Wang2020-02-041-65/+61
* Remove thread_event_boot().Qi Wang2020-02-041-1/+0
* Implement deallocation events.Qi Wang2020-02-041-43/+123
* Implement opt.stats_interval and the _opts options.Qi Wang2020-01-291-2/+4
* Optimize away the tsd_fast() check on fastpath.Qi Wang2019-12-111-2/+55
* Define general purpose tsd_thread_event_init()Yinan Zhang2019-11-041-0/+1
* Pull tcache GC events into thread event handlerYinan Zhang2019-11-041-0/+1
* Pull prof_accumbytes into thread event handlerYinan Zhang2019-11-041-1/+2
* Build a general purpose thread event handlerYinan Zhang2019-11-041-0/+139