Searched refs:n_chunks_ (Results 1 – 1 of 1) sorted by relevance
1052 uptr idx = n_chunks_++; in Allocate()1083 CHECK_LT(idx, n_chunks_); in Deallocate()1084 chunks_[idx] = chunks_[n_chunks_ - 1]; in Deallocate()1086 n_chunks_--; in Deallocate()1100 for (uptr i = 0; i < n_chunks_; i++) { in TotalMemoryUsed()1131 for (uptr i = 0; i < n_chunks_; i++) { in GetBlockBegin()1153 uptr n = n_chunks_; in GetBlockBeginFastLocked()1217 for (uptr i = 0; i < n_chunks_; i++) in ForEachChunk()1249 uptr n_chunks_; variable