HomeSort by: relevance | last modified time | path
    Searched refs:thread_alloc_size_ (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/libsanitizer/hwasan/
hwasan_thread_list.h 79 // thread_alloc_size_-sized, ring_buffer_size_*2-aligned elements.
84 thread_alloc_size_ =
115 ReleaseMemoryPagesToOS(start, start + thread_alloc_size_);
201 free_space_ += thread_alloc_size_;
210 uptr thread_alloc_size_; member in class:__hwasan::HwasanThreadList
  /src/external/gpl3/gcc.old/dist/libsanitizer/hwasan/
hwasan_thread_list.h 79 // thread_alloc_size_-sized, ring_buffer_size_*2-aligned elements.
84 thread_alloc_size_ =
114 ReleaseMemoryPagesToOS(start, start + thread_alloc_size_);
182 free_space_ += thread_alloc_size_;
191 uptr thread_alloc_size_; member in class:__hwasan::HwasanThreadList

Completed in 24 milliseconds