Home
last modified time | relevance | path

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

/illumos-gate/usr/src/man/man3malloc/
H A DMakefile38 umem_cache_alloc.3malloc \
60 umem_cache_alloc.3malloc := LINKSRC = umem_cache_create.3malloc
/illumos-gate/usr/src/lib/libumem/common/
H A Dumem.h75 extern void *umem_cache_alloc(umem_cache_t *, int);
H A Dmapfile-vers66 umem_cache_alloc;
H A Dumem.c1904 #pragma weak umem_cache_alloc = _umem_cache_alloc macro
/illumos-gate/usr/src/lib/libfakekernel/common/
H A Dkmem.c116 return (umem_cache_alloc((umem_cache_t *)kc, in kmem_cache_alloc()
H A Dksocket.c111 ks = umem_cache_alloc(ksocket_cache, 0); in _ksocket_create()
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3malloc.inc29 link path=usr/share/man/man3malloc/umem_cache_alloc.3malloc \
/illumos-gate/usr/src/lib/varpd/libvarpd/common/
H A Dlibvarpd_overlay.c252 vqp = umem_cache_alloc(vip->vdi_qcache, UMEM_DEFAULT); in libvarpd_overlay_lookup_handle()
/illumos-gate/usr/src/cmd/svr4pkg/pkgserv/
H A Dpkgserv.c630 p = umem_cache_alloc(ecache, UMEM_NOFAIL); in parse_line()
/illumos-gate/usr/src/cmd/nscd/
H A Dcache.c2161 *entry = (nsc_entry_t *)umem_cache_alloc(nsc_entry_cache, in lookup_cache()
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_sendrecv.c150 if ((dde = umem_cache_alloc(ddt->ddecache, UMEM_DEFAULT)) in ddt_hash_append()