nn::os::StackMemoryAutoStackManager::Initialize Member Function
template <typename StackT>
void Initialize(
fnd::IAllocator * pAllocator,
StackT & stack
);
| Name | Description |
|---|---|
| StackT | Type for getting a stack. |
| Name | Description | |
|---|---|---|
| in | pAllocator | Specifies the allocator used to allocate the stack. |
| in | stack | Specifies the stack to use when releasing the stack. |
Performs initialization.
Executes Initialize(pAllocator, stack.GetStackBottom()). For details, see Initialize(fnd::IAllocator*, uptr).
StackT requires that the GetStackBottom function be called to get the bottom of the stack.
CONFIDENTIAL