nn::os::StackBuffer Classtemplate <size_t Size> class StackBuffer
| Name | Description |
|---|---|
| Size | Indicates the size of the stack. |
Class template used for placing the thread stack in locations such as within a static region or a structure.
By passing the return value of the GetStackBottom function to a function like Thread::Start, you can use that region as the thread stack.
GetStackBottom
|
Returns the address of the bottom of a stack. |
|---|
CONFIDENTIAL