Home
last modified time | relevance | path

Searched refs:z_nmax (Results 1 – 1 of 1) sorted by relevance

/src/
A Dslab.c152 rt_uint32_t z_nmax; /**< maximum free chunks */ member
560 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