Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/common/
A Dtimer.c459 struct timer **newheap = xmalloc_array(struct timer *, new_limit + 1); in timer_softirq_action() local
460 if ( newheap != NULL ) in timer_softirq_action()
463 memcpy(newheap, heap, (old_limit + 1) * sizeof(*heap)); in timer_softirq_action()
464 SET_HEAP_LIMIT(newheap, new_limit); in timer_softirq_action()
465 ts->heap = newheap; in timer_softirq_action()
469 heap = newheap; in timer_softirq_action()

Completed in 3 milliseconds