Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/hwasan/
H A Dhwasan_thread_list.h84 thread_alloc_size_ = in HwasanThreadList()
114 ReleaseMemoryPagesToOS(start, start + thread_alloc_size_); in DontNeedThread()
182 free_space_ += thread_alloc_size_; in AllocThread()
191 uptr thread_alloc_size_; variable