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.h1076 uptr idx = n_chunks_++; in Allocate()
1107 CHECK_LT(idx, n_chunks_); in Deallocate()
1108 chunks_[idx] = chunks_[n_chunks_ - 1]; in Deallocate()
1110 n_chunks_--; in Deallocate()
1124 for (uptr i = 0; i < n_chunks_; i++) { in TotalMemoryUsed()
1155 for (uptr i = 0; i < n_chunks_; i++) { in GetBlockBegin()
1177 uptr n = n_chunks_; in GetBlockBeginFastLocked()
1241 for (uptr i = 0; i < n_chunks_; i++) in ForEachChunk()
1273 uptr n_chunks_; variable