nn::os::SimpleAutoStackManager Classclass SimpleAutoStackManager :public nn::os::SimpleAutoStackManagerBase
Implementation of AutoStackManager using fnd::IAllocator.
Uses the specified nn::fnd::IAllocator derived class instance to allocate memory for the stack, then uses it as the stack.
If this class instance is used with the Thread::SetAutoStackManager function, the area that is actually available to be used as a stack is slightly smaller than the size specified to Thread::StartUsingAutoStack or Thread::TryStartUsingAutoStack, because part of the region is used for management and alignment purposes.
SimpleAutoStackManager
|
Constructor. | |
|---|---|---|
| V |
~SimpleAutoStackManager
|
Destructor. |
Initialize
|
Performs initialization. | |
Finalize
|
Releases resources. | |
| V |
Construct
|
Implements AutoStackManager::Construct. |
| V |
Destruct
|
Implements AutoStackManager::Destruct. |
nn::os::AutoStackManager
nn::os::SimpleAutoStackManagerBase
nn::os::SimpleAutoStackManager
CONFIDENTIAL