Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/os/
H A Dcyclic.c1441 cyc_index_t *new_heap, *old_heap; in cyclic_expand() local
1453 old_heap = cpu->cyp_heap; in cyclic_expand()
1458 ASSERT(old_heap == NULL && old_cyclics == NULL); in cyclic_expand()
1528 ASSERT(old_heap != NULL); in cyclic_expand()
1531 kmem_free(old_heap, sizeof (cyc_index_t) * old_size); in cyclic_expand()