Searched refs:heap2 (Results 1 – 4 of 4) sorted by relevance
180 int_heap_t *heap2 = new int_heap_t (INT_MIN, &allocator); in test_union() local182 heap2->insert (i, &value); in test_union()184 int_heap_t *union_heap = heap1->union_with (heap2); in test_union()208 int_heap_t *heap2 = new int_heap_t (INT_MIN, &allocator); in test_union_of_equal_heaps() local210 heap2->insert (i, &value); in test_union_of_equal_heaps()212 int_heap_t *union_heap = heap1->union_with (heap2); in test_union_of_equal_heaps()
2159 char *heap2 = (char *)__builtin_malloc (42);2160 if (heap1 > heap2)
4039 char *heap2 = (char *)__builtin_malloc (42);4040 if (heap1 > heap2)