Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_thread_list.h84 thread_alloc_size_ = in HwasanThreadList()
115 ReleaseMemoryPagesToOS(start, start + thread_alloc_size_); in DontNeedThread()
201 free_space_ += thread_alloc_size_; in AllocThread()
210 uptr thread_alloc_size_; variable