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

/illumos-gate/usr/src/man/man3malloc/
H A DMakefile42 umem_zalloc.3malloc \
57 umem_zalloc.3malloc := LINKSRC = umem_alloc.3malloc
/illumos-gate/usr/src/lib/libumem/common/
H A Dumem.c78 * request (via malloc() and friends, umem_alloc(), or umem_zalloc()),
105 * * from umem_alloc() or umem_zalloc(), with 0 < size < UMEM_MAXBUF,
107 * * from umem_alloc() or umem_zalloc(), with size > UMEM_MAXBUF,
116 * 2.2.1. umem_alloc()/umem_zalloc(), with 0 < size < UMEM_MAXBUF
123 * So umem_cache_alloc() returns NULL, and umem_alloc()/umem_zalloc() call
128 * causes umem_alloc()/umem_zalloc() to start over, which causes it to load
2127 #pragma weak umem_zalloc = _umem_zalloc macro

Completed in 50 milliseconds