Searched refs:heap_t (Results 1 – 2 of 2) sorted by relevance
/external/jemalloc_new/test/unit/ |
D | ph.c | 39 typedef ph(node_t) heap_t; typedef 40 ph_gen(static, heap_, heap_t, node_t, link, node_cmp_magic); 65 heap_print(const heap_t *heap) { in heap_print() 116 heap_validate(const heap_t *heap) { in heap_validate() 142 heap_t heap; in TEST_BEGIN() 152 node_remove(heap_t *heap, node_t *node) { in node_remove() 159 node_remove_first(heap_t *heap) { in node_remove_first() 166 node_remove_any(heap_t *heap) { in node_remove_any() 178 heap_t heap; in TEST_BEGIN()
|
/external/jemalloc/test/unit/ |
D | ph.c | 38 typedef ph(node_t) heap_t; typedef 39 ph_gen(static, heap_, heap_t, node_t, link, node_cmp_magic); 63 heap_print(const heap_t *heap) in heap_print() 114 heap_validate(const heap_t *heap) in heap_validate() 140 heap_t heap; in TEST_BEGIN() 149 node_remove(heap_t *heap, node_t *node) in node_remove() 158 node_remove_first(heap_t *heap) in node_remove_first() 172 heap_t heap; in TEST_BEGIN()
|