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

/illumos-gate/usr/src/lib/libumem/common/
H A Dumem.c675 #define NUM_ALLOC_SIZES (sizeof (umem_alloc_sizes) / sizeof (*umem_alloc_sizes)) macro
3006 for (i = 1; i < NUM_ALLOC_SIZES; i++)
3028 if (umem_alloc_sizes[NUM_ALLOC_SIZES - 1] != 0) {
3040 for (i = 0; i < NUM_ALLOC_SIZES; i++) {
3051 for (j = NUM_ALLOC_SIZES - 1; j > i; j--)
3066 for (i = 0; i < NUM_ALLOC_SIZES; i++) {
3077 for (; i + 1 < NUM_ALLOC_SIZES; i++)
3108 umem_cache_t *umem_alloc_caches[NUM_ALLOC_SIZES];
3189 for (i = 0; i < NUM_ALLOC_SIZES; i++) {
3230 for (i = 0; i < NUM_ALLOC_SIZES;
[all...]

Completed in 50 milliseconds