Searched refs:ph_cmp_t (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/jemalloc/include/jemalloc/internal/ |
| H A D | ph.h | 52 typedef int (*ph_cmp_t)(void *, void *); typedef 119 ph_cmp_t cmp) { in phn_merge_ordered() 136 phn_merge(void *phn0, void *phn1, size_t offset, ph_cmp_t cmp) { in phn_merge() 153 phn_merge_siblings(void *phn, size_t offset, ph_cmp_t cmp) { in phn_merge_siblings() 224 ph_merge_aux(ph_t *ph, size_t offset, ph_cmp_t cmp) { in ph_merge_aux() 238 ph_merge_children(void *phn, size_t offset, ph_cmp_t cmp) { in ph_merge_children() 261 ph_first(ph_t *ph, size_t offset, ph_cmp_t cmp) { in ph_first() 283 ph_try_aux_merge_pair(ph_t *ph, size_t offset, ph_cmp_t cmp) { in ph_try_aux_merge_pair() 309 ph_insert(ph_t *ph, void *phn, size_t offset, ph_cmp_t cmp) { in ph_insert() 355 ph_remove_first(ph_t *ph, size_t offset, ph_cmp_t cmp) { in ph_remove_first() [all …]
|