summaryrefslogtreecommitdiff
path: root/include/jemalloc/internal/bin.h
Commit message (Expand)AuthorAgeFilesLines
* Bin: Move stats closer to the mutex.David Goldblatt2021-02-041-3/+6
* Edata: split up different list linkage uses.David Goldblatt2020-07-081-1/+1
* Rename extent_t to edata_t.David Goldblatt2019-12-201-3/+3
* Rename extent.h -> edata.h.David Goldblatt2019-12-201-1/+1
* Make extent module hermetic.David Goldblatt2019-12-201-2/+0
* Reduce footprint of bin_t.Qi Wang2019-11-211-11/+12
* Extents: Split out extent struct.David T. Goldblatt2019-09-231-44/+1
* Add nonfull_slabs to bin_stats_t.Doron Roberts-Kedes2019-04-291-0/+1
* Store the bin shard selection in TSD.Qi Wang2018-12-031-3/+1
* Add opt.bin_shards to specify number of bin shards.Qi Wang2018-12-031-5/+5
* Add support for sharded bins within an arena.Qi Wang2018-12-031-2/+16
* Hide size class computation behind a layer of indirection.David Goldblatt2018-07-121-2/+6
* Split up and standardize naming of stats code.David T. Goldblatt2017-12-181-3/+3
* Move bin stats code from arena to bin module.David T. Goldblatt2017-12-181-1/+20
* Move bin forking code from arena to bin module.David T. Goldblatt2017-12-181-0/+3
* Move bin initialization from arena module to bin module.David T. Goldblatt2017-12-181-0/+3
* Pull out arena_bin_info_t and arena_bin_t into their own file.David T. Goldblatt2017-12-181-0/+81