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

/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dmemory_region_map.cc140 int MemoryRegionMap::max_stack_depth_ = 0; member in class:MemoryRegionMap
193 max_stack_depth_ = max(max_stack_depth_, max_stack_depth);
456 max_stack_depth_ > 0
458 max_stack_depth_, kStripFrames + 1)
H A Dmemory_region_map.h270 static int max_stack_depth_; member in class:MemoryRegionMap
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dmemory_region_map.cc141 int MemoryRegionMap::max_stack_depth_ = 0; member in class:MemoryRegionMap
201 max_stack_depth_ = max(max_stack_depth_, max_stack_depth);
590 max_stack_depth_ > 0
592 max_stack_depth_, kStripFrames + 1)
H A Dmemory_region_map.h294 static int max_stack_depth_; member in class:MemoryRegionMap

Completed in 115 milliseconds