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

/osnet-11/usr/src/lib/libumem/common/
H A Dumem.c71 * request (via malloc() and friends, umem_alloc(), or umem_zalloc()),
98 * * from umem_alloc() or umem_zalloc(), with 0 < size < UMEM_MAXBUF,
100 * * from umem_alloc() or umem_zalloc(), with size > UMEM_MAXBUF,
109 * 2.2.1. umem_alloc()/umem_zalloc(), with 0 < size < UMEM_MAXBUF
116 * So umem_cache_alloc() returns NULL, and umem_alloc()/umem_zalloc() call
121 * causes umem_alloc()/umem_zalloc() to start over, which causes it to load
1860 #pragma weak umem_zalloc = _umem_zalloc macro

Completed in 370 milliseconds