Home
last modified time | relevance | path

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

/titanic_50/usr/src/grub/grub-0.97/stage2/
H A Dstage2.c643 char *new_heap; in run_menu() local
647 new_heap = heap; in run_menu()
655 new_heap = heap + NEW_HEAPSIZE + 1; in run_menu()
663 while ((*(new_heap++) = cur_entry[i++]) != 0); in run_menu()
670 *(new_heap++) = 0; in run_menu()
673 run_menu (heap, NULL, new_num_entries, new_heap, 0); in run_menu()
679 new_heap = heap + NEW_HEAPSIZE + 1; in run_menu()
685 if (! get_cmdline (PACKAGE " edit> ", new_heap, in run_menu()
691 while (new_heap[j++]) in run_menu()
697 new_heap[0] = ' '; in run_menu()
[all …]
/titanic_50/usr/src/lib/libresolv2/common/isc/
H A Dheap.c92 void **new_heap; in heap_resize() local
95 new_heap = (void **)realloc(ctx->heap, in heap_resize()
97 if (new_heap == NULL) { in heap_resize()
101 ctx->heap = new_heap; in heap_resize()
/titanic_50/usr/src/uts/common/os/
H A Dcyclic.c1347 cyc_index_t *new_heap = arg->cyx_heap; in cyclic_expand_xcall() local
1370 bcopy(cpu->cyp_heap, new_heap, sizeof (cyc_index_t) * size); in cyclic_expand_xcall()
1386 new_heap[i] = i; in cyclic_expand_xcall()
1394 cpu->cyp_heap = new_heap; in cyclic_expand_xcall()
1441 cyc_index_t *new_heap, *old_heap; in cyclic_expand() local
1466 new_heap = kmem_alloc(sizeof (cyc_index_t) * new_size, KM_SLEEP); in cyclic_expand()
1491 arg.cyx_heap = new_heap; in cyclic_expand()