Add heap-allocating version of getStackTrace
Summary: In stack-constrained environments, primarily fibers, the context state allocated by getStackTrace can be problematic. getStackTraceHeap gives the opposite guarantee from getStackTraceSafe - there is no significant stack allocation and we explicitly heap allocate instead. Reviewed By: terrelln Differential Revision: D19575634 fbshipit-source-id: 2ec86eccec55d1044bd2532324c648c791df5a07
Showing
Please register or sign in to comment