Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dcyclic.c1449 cyc_index_t *new_heap, *old_heap; in cyclic_expand() local
1461 old_heap = cpu->cyp_heap; in cyclic_expand()
1466 ASSERT(old_heap == NULL && old_cyclics == NULL); in cyclic_expand()
1536 ASSERT(old_heap != NULL); in cyclic_expand()
1539 kmem_free(old_heap, sizeof (cyc_index_t) * old_size); in cyclic_expand()