MCPcopy Create free account
hub / github.com/beefytech/Beef / CalcStackStart

Method CalcStackStart

BeefRT/dbg/gc.cpp:231–237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

229}
230
231void BFGC::ThreadInfo::CalcStackStart()
232{
233 intptr stackBase;
234 int stackLimit;
235 BfpThreadInfo_GetStackInfo(mThreadInfo, &stackBase, &stackLimit, BfpThreadInfoFlags_NoCache, NULL);
236 mStackStart = stackBase;
237}
238
239//////////////////////////////////////////////////////////////////////////
240

Callers 2

ScanThreadsMethod · 0.80
ThreadStartedMethod · 0.80

Calls 1

Tested by

no test coverage detected