Searched defs:umem_alloc (Results 1 - 1 of 1) sorted by relevance
| /illumos-gate/usr/src/lib/libumem/common/ |
| H A D | umem.c | 78 * 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 409 * umem_alloc that can be satisified by a umem_cache will actually return a 434 * umem_alloc. If it is not empty, we remove the head of the list, set the 453 * The set of umem_caches that are used to back calls to umem_alloc() and 630 * The default set of caches to back umem_alloc() 2155 #pragma weak umem_alloc macro [all...] |
Completed in 73 milliseconds