OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:heapb
(Results
1 - 2
of
2
) sorted by null
/art/tools/ahat/test/
SortTest.java
31
Heap
heapB
= new Heap(0xB, "B");
36
Site.ObjectsInfo infoB = new Site.ObjectsInfo(
heapB
, classB, 2, 15);
38
Site.ObjectsInfo infoD = new Site.ObjectsInfo(
heapB
, classA, 5, 12);
68
assertEquals(
heapB
, list.get(3).heap);
69
assertEquals(
heapB
, list.get(4).heap);
/toolchain/binutils/binutils-2.25/libiberty/
fibheap.c
143
/* Union HEAPA and
HEAPB
into a new heap. */
145
fibheap_union (fibheap_t heapa, fibheap_t
heapb
)
153
return
heapb
;
155
if ((b_root =
heapb
->root) == NULL)
157
free (
heapb
);
167
heapa->nodes +=
heapb
->nodes;
170
if (fibheap_compare (heapa,
heapb
->min, heapa->min) < 0)
171
heapa->min =
heapb
->min;
173
free (
heapb
);
Completed in 602 milliseconds