Home
last modified time | relevance | path

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

/src/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_thread_list.h86 thread_alloc_size_ = in HwasanThreadList()
117 ReleaseMemoryPagesToOS(start, start + thread_alloc_size_); in DontNeedThread()
203 free_space_ += thread_alloc_size_; in AllocThread()
212 uptr thread_alloc_size_; variable