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.
Declared in <folly/debugging/symbolizer/SymbolCache.h>
using CachedSymbolizedFrames = folly::small_vector<SymbolizedFrame, 1>;