Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DISTORTEC/distortos
/ getStackHighWaterMark
Method
getStackHighWaterMark
source/threads/ThreadCommon.cpp:99–102 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
97
}
98
99
size_t ThreadCommon::getStackHighWaterMark() const
100
{
101
return getThreadControlBlock().getStack().getHighWaterMark();
102
}
103
104
size_t ThreadCommon::getStackSize() const
105
{
Callers
2
getStackHighWaterMark
Function · 0.45
phase3
Function · 0.45
Calls
1
getHighWaterMark
Method · 0.80
Tested by
1
phase3
Function · 0.36