Lines 74-80
static struct costs *costs;
Link Here
|
74 |
static struct costs *total_allocno_costs; |
74 |
static struct costs *total_allocno_costs; |
75 |
|
75 |
|
76 |
/* It is the current size of struct costs. */ |
76 |
/* It is the current size of struct costs. */ |
77 |
static int struct_costs_size; |
77 |
static size_t struct_costs_size; |
78 |
|
78 |
|
79 |
/* Return pointer to structure containing costs of allocno or pseudo |
79 |
/* Return pointer to structure containing costs of allocno or pseudo |
80 |
with given NUM in array ARR. */ |
80 |
with given NUM in array ARR. */ |