Searched refs:z_nmax (Results 1 – 1 of 1) sorted by relevance
152 rt_uint32_t z_nmax; /**< maximum free chunks */ member560 if (z->z_uindex + 1 != z->z_nmax) in rt_slab_alloc()637 z->z_nmax = (slab->zone_size - off) / size; in rt_slab_alloc()638 z->z_nfree = z->z_nmax - 1; in rt_slab_alloc()808 if (z->z_nfree == z->z_nmax && in rt_slab_free()
Completed in 4 milliseconds