[#absl-internal_stacktrace] = xref:absl.adoc[absl]::internal_stacktrace :relfileprefix: ../ :mrdocs: Low‐level stack trace helpers shared by the public `GetStack*()` routines. == Functions [cols="1,4"] |=== | Name| Description | xref:absl/internal_stacktrace/FixUpStack.adoc[`FixUpStack`] | Fixes up the stack trace of the current thread, in the first `depth` frames of each buffer. The buffers need to be larger than `depth`, to accommodate any newly inserted elements. `depth` is updated to reflect the new number of elements valid across all the buffers. (It is therefore recommended that all buffer sizes be equal.) | xref:absl/internal_stacktrace/GetStackTraceNoFixup.adoc[`GetStackTraceNoFixup`] | Same as `GetStackTrace()`, but skips fix‐ups for efficiency. | xref:absl/internal_stacktrace/ShouldFixUpStack.adoc[`ShouldFixUpStack`] | Returns true if the platform's stack unwinder is expected to need fix‐ups applied via `FixUpStack()`. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#