Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/hwasan/
Dhwasan_thread_list.h84 thread_alloc_size_ = in HwasanThreadList()
109 ReleaseMemoryPagesToOS(start, start + thread_alloc_size_); in DontNeedThread()
173 free_space_ += thread_alloc_size_; in AllocThread()
181 uptr thread_alloc_size_; variable