Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/hwasan/
H A Dhwasan_thread_list.h179 uptr ring_buffer_start = RoundUpTo(free_space_ + sizeof(Thread), align); in AllocThread() local
180 free_space_ = ring_buffer_start + ring_buffer_size_; in AllocThread()
182 return (Thread *)(ring_buffer_start - sizeof(Thread)); in AllocThread()