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

/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dmemory_region_map.cc141 MemoryRegionMap::RegionSet* MemoryRegionMap::regions_ = NULL; member in class:MemoryRegionMap
174 // The bytes where MemoryRegionMap::regions_ will point to.
182 // (or rather should we *not* use regions_ to record a hooked mmap).
216 // regions_ on demand for us.
235 if (regions_) regions_->~RegionSet();
236 regions_ = NULL;
300 if (regions_ != NULL) {
303 RegionSet::iterator region = regions_->lower_bound(sample);
304 if (region != regions_
[all...]
H A Dmemory_region_map.h186 // for searching in RegionSet regions_.
272 // Arena used for our allocations in regions_.
281 static RegionSet* regions_; member in class:MemoryRegionMap
283 // Lock to protect regions_ variable and the data behind.
304 // Verifying wrapper around regions_->insert(region)
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dmemory_region_map.cc142 MemoryRegionMap::RegionSet* MemoryRegionMap::regions_ = NULL; member in class:MemoryRegionMap
182 // The bytes where MemoryRegionMap::regions_ will point to.
190 // (or rather should we *not* use regions_ to record a hooked mmap).
224 // regions_ on demand for us.
234 if (regions_ == NULL) // init regions_
267 if (regions_) regions_->~RegionSet();
268 regions_ = NULL;
337 if (regions_ !
[all...]
H A Dmemory_region_map.h198 // for searching in RegionSet regions_.
296 // Arena used for our allocations in regions_.
305 static RegionSet* regions_; member in class:MemoryRegionMap
307 // Lock to protect regions_ and buckets_ variables and the data behind.
352 // Verifying wrapper around regions_->insert(region)
364 // Initialize RegionSet regions_.
/external/chromium_org/base/debug/
H A Dstack_trace_posix.cc559 for (it = instance->regions_.begin(); it != instance->regions_.end();
599 if (!ParseProcMaps(contents, &regions_)) {
619 for (it = regions_.begin(); it != regions_.end(); ++it) {
693 std::vector<MappedMemoryRegion> regions_; member in class:base::debug::SandboxSymbolizeHelper

Completed in 277 milliseconds