folly::symbolizer::CachedSymbolizedFrames

Symbolized frames for a single address: the stacked inline calls, if any, followed by the non-inlined call. Most addresses have no inlined frames, so optimize for the single-entry case.

Synopsis

Declared in <folly/debugging/symbolizer/SymbolCache.h>

using CachedSymbolizedFrames = folly::small_vector<SymbolizedFrame, 1>;