Initialize

nn::os::StackMemoryAutoStackManager::Initialize Member Function

Syntax

template <typename StackT>
void Initialize(
     fnd::IAllocator * pAllocator,
     StackT & stack
);

Template Arguments

Name Description
StackT Type for getting a stack.

Parameters

Name Description
in pAllocator Specifies the allocator used to allocate the stack.
in stack Specifies the stack to use when releasing the stack.

Return Values

None.

Description

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.

Revision History

2011/10/27
Initial version.

CONFIDENTIAL