Home
last modified time | relevance | path

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

/xen/xen/common/
A Dtimer.c475 struct timer **newheap = NULL; in timer_softirq_action() local
480 newheap = xmalloc_array(struct timer *, new_limit + 1); in timer_softirq_action()
484 if ( newheap != NULL ) in timer_softirq_action()
487 memcpy(newheap, heap, (old_limit + 1) * sizeof(*heap)); in timer_softirq_action()
488 heap_metadata(newheap)->limit = new_limit; in timer_softirq_action()
489 ts->heap = newheap; in timer_softirq_action()
493 heap = newheap; in timer_softirq_action()

Completed in 19 milliseconds