Searched refs:new_heap (Results 1 – 4 of 4) sorted by relevance
270 heap_ptr new_heap = (heap_ptr) MEM_ROUNDUP (new); local271 POINTER bloc_start = (POINTER) MEM_ROUNDUP ((POINTER)(new_heap + 1));276 new_heap->start = new;277 new_heap->end = bloc_start;278 new_heap->bloc_start = bloc_start;279 new_heap->free = bloc_start;280 new_heap->next = NIL_HEAP;281 new_heap->prev = last_heap;282 new_heap->first_bloc = NIL_BLOC;283 new_heap->last_bloc = NIL_BLOC;[all …]
94 void **new_heap; in heap_resize() local97 new_heap = (void **)realloc(ctx->heap, in heap_resize()99 if (new_heap == NULL) { in heap_resize()103 ctx->heap = new_heap; in heap_resize()
455 bb_heap_t *new_heap = new bb_heap_t (LONG_MIN); in find_traces_1_round() local483 bbd[bb->index].heap = new_heap; in find_traces_1_round()484 bbd[bb->index].node = new_heap->insert (key, bb); in find_traces_1_round()663 which_heap = new_heap; in find_traces_1_round()673 (which_heap == new_heap) ? "next" : "this", in find_traces_1_round()824 *heap = new_heap; in find_traces_1_round()