Searched refs:phn (Results 1 – 3 of 3) sorted by relevance
| /third_party/ulib/jemalloc/include/jemalloc/internal/ |
| A D | ph.h | 19 #define phn(a_type) \ macro 169 if (phn != NULL) { \ 172 phn_prev_set(a_type, a_field, phn, NULL); \ 173 ph_merge_siblings(a_type, a_field, phn, a_cmp, phn); \ 228 memset(&phn->a_field, 0, sizeof(phn(a_type))); \ 239 ph->ph_root = phn; \ 247 phn); \ 278 if (ph->ph_root == phn) { \ 280 if (ph->ph_root == phn) { \ 302 phn_prev_get(a_type, a_field, phn)); \ [all …]
|
| A D | extent_structs.h | 76 phn(extent_t) ph_link;
|
| /third_party/ulib/jemalloc/test/unit/ |
| A D | ph.c | 8 phn(node_t) link;
|
Completed in 4 milliseconds