Searched refs:node_validate (Results 1 – 2 of 2) sorted by relevance
/external/jemalloc/test/unit/ |
D | ph.c | 86 node_validate(const node_t *node, const node_t *parent) in node_validate() function 101 nnodes += node_validate(leftmost_child, node); in node_validate() 108 nnodes += node_validate(sibling, node); in node_validate() 122 nnodes += node_validate(heap->ph_root, NULL); in heap_validate() 129 nnodes += node_validate(auxelm, NULL); in heap_validate()
|
/external/jemalloc_new/test/unit/ |
D | ph.c | 88 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()
|