Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A 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) { \
/f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/
H A 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()