Home
last modified time | relevance | path

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

/external/jemalloc_new/test/unit/
Dph.c88 node_validate(const node_t *node, const node_t *parent) { in node_validate() function
103 nnodes += node_validate(leftmost_child, node); in node_validate()
110 nnodes += node_validate(sibling, node); in node_validate()
124 nnodes += node_validate(heap->ph_root, NULL); in heap_validate()
131 nnodes += node_validate(auxelm, NULL); in heap_validate()