Searched refs:z_uindex (Results 1 – 1 of 1) sorted by relevance
156 rt_uint32_t z_uindex; /**< current initial allocation index */ member560 if (z->z_uindex + 1 != z->z_nmax) in rt_slab_alloc()562 z->z_uindex = z->z_uindex + 1; in rt_slab_alloc()563 chunk = (struct rt_slab_chunk *)(z->z_baseptr + z->z_uindex * size); in rt_slab_alloc()640 z->z_uindex = 0; in rt_slab_alloc()643 chunk = (struct rt_slab_chunk *)(z->z_baseptr + z->z_uindex * size); in rt_slab_alloc()
Completed in 3 milliseconds