MCPcopy 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
99size_t ThreadCommon::getStackHighWaterMark() const
100{
101 return getThreadControlBlock().getStack().getHighWaterMark();
102}
103
104size_t ThreadCommon::getStackSize() const
105{

Callers 2

getStackHighWaterMarkFunction · 0.45
phase3Function · 0.45

Calls 1

getHighWaterMarkMethod · 0.80

Tested by 1

phase3Function · 0.36