HomeSort by relevance Sort by last modified time
    Searched refs:phn_lchild_get (Results 1 - 4 of 4) sorted by null

  /external/jemalloc_new/include/jemalloc/internal/
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); \
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/include/jemalloc/internal/
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/
ph.c 51 leftmost_child = phn_lchild_get(node_t, link, node);
96 leftmost_child = phn_lchild_get(node_t, link, node);
  /external/jemalloc_new/test/unit/
ph.c 52 leftmost_child = phn_lchild_get(node_t, link, node);
97 leftmost_child = phn_lchild_get(node_t, link, node);

Completed in 49 milliseconds