OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:heapa
(Results
1 - 2
of
2
) sorted by null
/art/tools/ahat/test/
SortTest.java
30
Heap
heapA
= new Heap(0xA, "A");
35
Site.ObjectsInfo infoA = new Site.ObjectsInfo(
heapA
, classA, 4, 14);
37
Site.ObjectsInfo infoC = new Site.ObjectsInfo(
heapA
, classC, 3, 13);
39
Site.ObjectsInfo infoE = new Site.ObjectsInfo(
heapA
, classB, 1, 11);
65
assertEquals(
heapA
, list.get(0).heap);
66
assertEquals(
heapA
, list.get(1).heap);
67
assertEquals(
heapA
, list.get(2).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)
150
if ((a_root =
heapa
->root) == NULL)
152
free (
heapa
);
158
return
heapa
;
167
heapa
->nodes += heapb->nodes;
170
if (fibheap_compare (
heapa
, heapb->min,
heapa
->min) < 0)
171
heapa
->min = heapb->min;
174
return
heapa
;
[
all
...]
Completed in 2100 milliseconds