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

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

Completed in 65 milliseconds