Searched refs:highest_allocated_chunk_ (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/base/memory/
H A Ddiscardable_memory_ashmem_allocator.cc134 DCHECK(!highest_allocated_chunk_);
154 // Check that the |highest_allocated_chunk_| field doesn't contain a stale
156 DCHECK(!highest_allocated_chunk_ ||
157 address_to_free_chunk_map_.find(highest_allocated_chunk_) !=
159 used_to_previous_chunk_map_.find(highest_allocated_chunk_) !=
178 std::make_pair(address, highest_allocated_chunk_));
179 highest_allocated_chunk_ = reinterpret_cast<uintptr_t>(address);
228 highest_allocated_chunk_(0),
263 if (reused_chunk.start == highest_allocated_chunk_) {
266 highest_allocated_chunk_
401 uintptr_t highest_allocated_chunk_; member in class:base::internal::AshmemRegion
[all...]

Completed in 985 milliseconds