Home
last modified time | relevance | path

Searched refs:kMaxStackEntries (Results 1 – 1 of 1) sorted by relevance

/external/libchrome/base/sampling_heap_profiler/
Dsampling_heap_profiler.cc325 constexpr uint32_t kMaxStackEntries = 256; in RecordStackTrace() local
330 const void* frames[kMaxStackEntries]; in RecordStackTrace()
333 frames, kMaxStackEntries); in RecordStackTrace()
335 const void* frames[kMaxStackEntries]; in RecordStackTrace()
337 frames, kMaxStackEntries, skip_frames); in RecordStackTrace()
342 base::debug::StackTrace stack_trace(kMaxStackEntries); in RecordStackTrace()