myheap            256 ompi/mca/io/romio321/romio/test-internal/heap_test.c     heap_t myheap;
myheap            264 ompi/mca/io/romio321/romio/test-internal/heap_test.c     create_heap(&myheap, test->heap_size);
myheap            265 ompi/mca/io/romio321/romio/test-internal/heap_test.c     myheap.size = 0;
myheap            273 ompi/mca/io/romio321/romio/test-internal/heap_test.c 		    myheap.size = test->heap_size;
myheap            275 ompi/mca/io/romio321/romio/test-internal/heap_test.c 			myheap.nodes[k].offset   = test->offsets[k];
myheap            276 ompi/mca/io/romio321/romio/test-internal/heap_test.c 			myheap.nodes[k].proc = k;
myheap            278 ompi/mca/io/romio321/romio/test-internal/heap_test.c 		    build_heap(&myheap);		    
myheap            281 ompi/mca/io/romio321/romio/test-internal/heap_test.c 		    ADIOI_Heap_insert(&myheap, test->offsets[curr_insert_idx],
myheap            286 ompi/mca/io/romio321/romio/test-internal/heap_test.c 		    heap_extract_min(&myheap, &extracted[curr_extract_idx],
myheap            294 ompi/mca/io/romio321/romio/test-internal/heap_test.c 		    heap_extract_min(&myheap, &extracted[curr_extract_idx],
myheap            301 ompi/mca/io/romio321/romio/test-internal/heap_test.c 		    ADIOI_Heap_insert(&myheap, test->offsets[curr_insert_idx],
myheap            324 ompi/mca/io/romio321/romio/test-internal/heap_test.c     free_heap(&myheap);