Home
last modified time | relevance | path

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

/src/
A Dslab.c590 rt_uint32_t off; in rt_slab_alloc() local
611 for (off = 0, kup = btokup(z); off < slab->zone_page_cnt; off ++) in rt_slab_alloc()
614 kup->size = off; in rt_slab_alloc()
624 off = sizeof(struct rt_slab_zone); in rt_slab_alloc()
631 off = (off + size - 1) & ~(size - 1); in rt_slab_alloc()
633 off = (off + MIN_CHUNK_MASK) & ~MIN_CHUNK_MASK; in rt_slab_alloc()
637 z->z_nmax = (slab->zone_size - off) / size; in rt_slab_alloc()
639 z->z_baseptr = (rt_uint8_t *)z + off; in rt_slab_alloc()

Completed in 3 milliseconds