Searched refs:max_stack_depth_ (Results 1 – 2 of 2) sorted by relevance
88 max_stack_depth_ = kMaxSupportedStackDepth; in SetProperties()90 max_stack_depth_ = value; in SetProperties()236 size_t sz = sizeof(AllocRecordStackTraceElement) * records->max_stack_depth_ + in SetAllocTrackingEnabled()239 << records->max_stack_depth_ << " frames, taking up to " in SetAllocTrackingEnabled()271 AllocRecordStackVisitor visitor(self, max_stack_depth_, /*out*/ &trace); in RecordAllocation()
300 size_t max_stack_depth_ = kDefaultAllocStackDepth; variable