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

/illumos-gate/usr/src/man/man3malloc/
H A DMakefile37 umem_cache_alloc.3malloc \
59 umem_cache_alloc.3malloc := LINKSRC = umem_cache_create.3malloc
/illumos-gate/usr/src/lib/libumem/common/
H A Dumem.c81 * umem_free(), and umem_cache_alloc() do not require special handling,
118 * In this case, umem_cache_alloc(&umem_null_cache, ...) is called.
123 * So umem_cache_alloc() returns NULL, and umem_alloc()/umem_zalloc() call
143 * is always zero. umem_cache_alloc uses cp->cache_cpu_mask to
266 * * a umem_cache_alloc() could leak its buffer.
1904 #pragma weak umem_cache_alloc = _umem_cache_alloc macro
2077 * across umem_cache_alloc() because lower layers may

Completed in 370 milliseconds