Searched refs:auxelm (Results 1 – 2 of 2) sorted by relevance
/external/jemalloc/test/unit/ |
D | ph.c | 65 node_t *auxelm; in heap_print() local 73 for (auxelm = phn_next_get(node_t, link, heap->ph_root); auxelm != NULL; in heap_print() 74 auxelm = phn_next_get(node_t, link, auxelm)) { in heap_print() 76 link, auxelm)), auxelm, in heap_print() 78 node_print(auxelm, 0); in heap_print() 117 node_t *auxelm; in heap_validate() local 124 for (auxelm = phn_next_get(node_t, link, heap->ph_root); auxelm != NULL; in heap_validate() 125 auxelm = phn_next_get(node_t, link, auxelm)) { in heap_validate() 127 link, auxelm)), auxelm, in heap_validate() 129 nnodes += node_validate(auxelm, NULL); in heap_validate()
|
/external/jemalloc_new/test/unit/ |
D | ph.c | 66 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()
|