Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/
H A Dph.c43 node_print(const node_t *node, unsigned depth) { in node_print() function
56 node_print(leftmost_child, depth + 1); in node_print()
60 node_print(sibling, depth + 1); in node_print()
73 node_print(heap->ph_root, 0); in heap_print()
80 node_print(auxelm, 0); in heap_print()