Searched refs:node_validate (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/third_party/ulib/jemalloc/test/unit/
H A Dph.c86 node_validate(const node_t *node, const node_t *parent) function
101 nnodes += node_validate(leftmost_child, node);
108 nnodes += node_validate(sibling, node);
122 nnodes += node_validate(heap->ph_root, NULL);
129 nnodes += node_validate(auxelm, NULL);

Completed in 19 milliseconds