Home
last modified time | relevance | path

Searched refs:phn_lchild_get (Results 1 – 2 of 2) sorted by relevance

/external/jemalloc_new/include/jemalloc/internal/
Dph.h33 #define phn_lchild_get(a_type, a_field, a_phn) \ macro
59 phn0child = phn_lchild_get(a_type, a_field, a_phn0); \
184 a_type *lchild = phn_lchild_get(a_type, a_field, a_phn); \
319 if (phn_lchild_get(a_type, a_field, phn) == NULL) { \
338 if (phn_lchild_get(a_type, a_field, parent) != phn) { \
/external/jemalloc_new/test/unit/
Dph.c52 leftmost_child = phn_lchild_get(node_t, link, node); in node_print()
97 leftmost_child = phn_lchild_get(node_t, link, node); in node_validate()