Searched refs:z_nfree (Results 1 – 1 of 1) sorted by relevance
151 rt_uint32_t z_nfree; /**< total free chunks / ualloc space in zone */ member545 RT_ASSERT(z->z_nfree > 0); in rt_slab_alloc()548 if (--z->z_nfree == 0) in rt_slab_alloc()638 z->z_nfree = z->z_nmax - 1; in rt_slab_alloc()796 if (z->z_nfree++ == 0) in rt_slab_free()808 if (z->z_nfree == z->z_nmax && in rt_slab_free()
Completed in 2 milliseconds