nn::os::ManagedThread::GetStackSize Member Function#include <nn/os.h> size_t GetStackSize() const;
None.
Gets the size of the stack.
ManagedThread uses this to store management information for the end of the buffer passed as the stack. This function gets the size actually used as the stack, exluding the region used as management information.
CONFIDENTIAL