Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator.h941 uptr idx = n_chunks_++; in Allocate()
961 CHECK_LT(idx, n_chunks_); in Deallocate()
962 chunks_[idx] = chunks_[n_chunks_ - 1]; in Deallocate()
964 n_chunks_--; in Deallocate()
977 for (uptr i = 0; i < n_chunks_; i++) { in TotalMemoryUsed()
1005 for (uptr i = 0; i < n_chunks_; i++) { in GetBlockBegin()
1050 for (uptr i = 0; i < n_chunks_; i++) in ForEachChunk()
1080 uptr n_chunks_; variable