summaryrefslogtreecommitdiff
path: root/include/jemalloc/internal/sz.h
Commit message (Expand)AuthorAgeFilesLines
* Add comments and use meaningful vars in sz_psz2ind.Charles2022-03-241-9/+39
* Implement opt.cache_oblivious.Qi Wang2021-02-111-8/+6
* Do not bump to large size for page aligned requestYinan Zhang2020-12-291-1/+1
* Put szind_t, pszind_t in sz.h.David T. Goldblatt2020-02-181-0/+6
* Rework and fix the assertions on malloc fastpath.Qi Wang2020-01-141-4/+20
* Move page quantization to sz module.David T. Goldblatt2019-09-231-0/+3
* sz: Support 0 size in size2index lookup/computeDave Watson2018-10-171-3/+10
* SC: Remove global data.David Goldblatt2018-07-231-15/+12
* SC: Make some key size classes static.David Goldblatt2018-07-121-11/+11
* Hide size class computation behind a layer of indirection.David Goldblatt2018-07-121-84/+81
* Avoid left shift by negative values.Qi Wang2017-09-251-2/+2
* Header refactoring: Pull size helpers out of jemalloc module.David Goldblatt2017-05-311-0/+317