proxygen
|
Functions | |
template<size_t N> | |
bool | fixFrameArray (FrameArray< N > &fa, ssize_t n) |
Get stack trace into a given FrameArray, return true on success (and set frameCount to the actual frame count, which may be > N) and false on failure.
bool folly::symbolizer::detail::fixFrameArray | ( | FrameArray< N > & | fa, |
ssize_t | n | ||
) |
Definition at line 87 of file Symbolizer.h.
References FOLLY_ALWAYS_INLINE, folly::symbolizer::FrameArray< N >::frameCount, folly::symbolizer::FrameArray< N >::frames, folly::symbolizer::getStackTrace(), and i.
Referenced by folly::symbolizer::getStackTrace(), and folly::symbolizer::getStackTraceSafe().