Home
last modified time | relevance | path

Searched refs:new_heap (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl2/libmalloc/dist/
H A Dralloc.c270 heap_ptr new_heap = (heap_ptr) MEM_ROUNDUP (new); local
271 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 …]
/netbsd-src/external/bsd/libbind/dist/isc/
H A Dheap.c94 void **new_heap; in heap_resize() local
97 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()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dbb-reorder.cc455 bb_heap_t *new_heap = new bb_heap_t (LONG_MIN); in find_traces_1_round() local
483 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()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dbb-reorder.c455 bb_heap_t *new_heap = new bb_heap_t (LONG_MIN); in find_traces_1_round() local
483 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()