MCPcopy Create free account
hub / github.com/DISTORTEC/distortos / getStackHighWaterMark

Function getStackHighWaterMark

source/threads/ThisThread.cpp:87–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87size_t getStackHighWaterMark()
88{
89 return get().getStackHighWaterMark();
90}
91
92size_t getStackSize()
93{

Callers

nothing calls this directly

Calls 1

getStackHighWaterMarkMethod · 0.45

Tested by

no test coverage detected