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

/illumos-gate/usr/src/lib/libumem/common/
H A Dumem.c1672 umem_cache_alloc_debug(umem_cache_t *cp, void *buf, int umflag) function
1926 umem_cache_alloc_debug(cp, buf, umflag) == -1) {
1989 * Let umem_cache_alloc_debug() apply the constructor for us.
1991 if (umem_cache_alloc_debug(cp, buf, umflag) == -1) {

Completed in 53 milliseconds