Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_secondary.h123 chunks_sorted_ = false; in Allocate()
143 chunks_sorted_ = false; in Deallocate()
208 if (chunks_sorted_) return; in EnsureSortedChunks()
213 chunks_sorted_ = true; in EnsureSortedChunks()
317 bool chunks_sorted_; variable