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

  /external/jemalloc/test/unit/
ph.c 45 node_t *leftmost_child, *sibling; local
51 leftmost_child = phn_lchild_get(node_t, link, node);
52 if (leftmost_child == NULL)
54 node_print(leftmost_child, depth + 1);
56 for (sibling = phn_next_get(node_t, link, leftmost_child); sibling !=
89 node_t *leftmost_child, *sibling; local
96 leftmost_child = phn_lchild_get(node_t, link, node);
97 if (leftmost_child == NULL)
99 assert_ptr_eq((void *)phn_prev_get(node_t, link, leftmost_child),
101 nnodes += node_validate(leftmost_child, node)
    [all...]
  /external/jemalloc_new/test/unit/
ph.c 45 node_t *leftmost_child, *sibling; local
52 leftmost_child = phn_lchild_get(node_t, link, node);
53 if (leftmost_child == NULL) {
56 node_print(leftmost_child, depth + 1);
58 for (sibling = phn_next_get(node_t, link, leftmost_child); sibling !=
90 node_t *leftmost_child, *sibling; local
97 leftmost_child = phn_lchild_get(node_t, link, node);
98 if (leftmost_child == NULL) {
101 assert_ptr_eq((void *)phn_prev_get(node_t, link, leftmost_child),
103 nnodes += node_validate(leftmost_child, node)
    [all...]
  /external/dlmalloc/
malloc.c 2410 #define leftmost_child macro
    [all...]
  /external/libffi/src/
dlmalloc.c 1876 #define leftmost_child macro
    [all...]
  /external/python/cpython2/Modules/_ctypes/libffi/src/
dlmalloc.c 1881 #define leftmost_child macro
    [all...]

Completed in 2501 milliseconds