Home
last modified time | relevance | path

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

/external/jemalloc_new/test/unit/
Dph.c66 node_t *auxelm; in heap_print() local
75 for (auxelm = phn_next_get(node_t, link, heap->ph_root); auxelm != NULL; in heap_print()
76 auxelm = phn_next_get(node_t, link, auxelm)) { in heap_print()
78 link, auxelm)), auxelm, in heap_print()
80 node_print(auxelm, 0); in heap_print()
118 node_t *auxelm; in heap_validate() local
126 for (auxelm = phn_next_get(node_t, link, heap->ph_root); auxelm != NULL; in heap_validate()
127 auxelm = phn_next_get(node_t, link, auxelm)) { in heap_validate()
129 link, auxelm)), auxelm, in heap_validate()
131 nnodes += node_validate(auxelm, NULL); in heap_validate()