Searched refs:slab_base (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libumem/common/
H A Dumem_impl.h183 ((size_t)(buf) - (size_t)(sp)->slab_base < \
191 void *slab_base; /* base of allocated memory */ member in struct:umem_slab
H A Dumem.c842 (uintptr_t)sp->slab_base) % cp->cache_chunksize;
1172 sp->slab_base = buf = slab + color;
1238 void *slab = (void *)P2ALIGN((uintptr_t)sp->slab_base, vmp->vm_quantum);

Completed in 29 milliseconds