summaryrefslogtreecommitdiff
path: root/include/jemalloc/internal/ph.h
Commit message (Expand)AuthorAgeFilesLines
* Simplify the logic in ph_removeAmaury Séchet2023-03-311-44/+20
* Do not maintain root->prev in ph_remove.Amaury Séchet2023-03-311-3/+0
* Simplify the logic in ph_insertAmaury Séchet2023-03-311-29/+30
* PH: Insert-below-min fast-path.David Goldblatt2021-08-021-0/+14
* ph: Add aux-list counting and pre-merging.David Goldblatt2021-08-021-35/+92
* Pairing heap: inline functions instead of macros.David Goldblatt2021-08-021-344/+402
* Clean up some minor data structure inconsistenciesDavid Goldblatt2021-05-121-4/+4
* Add any() and remove_any() to ph.Jason Evans2017-03-071-4/+54
* Replace tabs following #define with spaces.Jason Evans2017-01-201-16/+16
* Remove extraneous parens around return arguments.Jason Evans2017-01-201-4/+4
* Update brace style.Jason Evans2017-01-201-25/+25
* Remove leading blank lines from function bodies.Jason Evans2017-01-131-4/+0
* Fix a style nit.Jason Evans2016-04-121-1/+2
* Refactor/fix ph.Jason Evans2016-04-111-236/+320
* Refactor ph_merge_ordered() out of ph_merge().Jason Evans2016-03-081-17/+22
* Pairing heapDave Watson2016-03-081-0/+255