Stack package:ghc-heap

Representation of StgStack: The 'tsoStack ' of a TSOClosure.
A pointer field
A non-pointer field
non-zero => dirty
stack size in *words*
Get the size of the StackFrame in words. Includes header and payload. Does not follow pointers.
A suspended thunk evaluation
This is a somewhat faithful representation of CostCentreStack. See https://gitlab.haskell.org/ghc/ghc/blob/master/rts/include/rts/prof/CCS.h for more details on this data structure.
stackobj from StgTSO