Searched refs:phn_lchild_get (Results 1 – 2 of 2) sorted by relevance
/external/jemalloc/include/jemalloc/internal/ |
D | ph.h | 33 #define phn_lchild_get(a_type, a_field, a_phn) \ macro 59 phn0child = phn_lchild_get(a_type, a_field, a_phn0); \ 181 a_type *lchild = phn_lchild_get(a_type, a_field, a_phn); \ 293 if (phn_lchild_get(a_type, a_field, parent) != phn) \
|
/external/jemalloc/test/unit/ |
D | ph.c | 51 leftmost_child = phn_lchild_get(node_t, link, node); in node_print() 96 leftmost_child = phn_lchild_get(node_t, link, node); in node_validate()
|