Searched defs:new_allocation (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/crypto/io/
H A Dcrypto.c1842 size_t new_allocation; local
1852 new_allocation = need * sizeof (void *);
1858 if ((rv = crypto_buffer_check(new_allocation - current_allocation)) !=
1865 new = kmem_zalloc(new_allocation, KM_SLEEP);
1870 kmem_free(new, new_allocation);

Completed in 77 milliseconds