Searched refs:ring_buffer_start (Results 1 – 1 of 1) sorted by relevance
179 uptr ring_buffer_start = RoundUpTo(free_space_ + sizeof(Thread), align); in AllocThread() local180 free_space_ = ring_buffer_start + ring_buffer_size_; in AllocThread()182 return (Thread *)(ring_buffer_start - sizeof(Thread)); in AllocThread()