Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_secondary.h124 chunks_sorted_ = false; in Allocate()
144 chunks_sorted_ = false; in Deallocate()
206 if (chunks_sorted_) return; in EnsureSortedChunks()
211 chunks_sorted_ = true; in EnsureSortedChunks()
317 bool chunks_sorted_; variable