nn::os::Thread::SetAutoStackManager Member Function#include <nn/os.h>
static void SetAutoStackManager(
AutoStackManager * pManager
);
| Name | Description | |
|---|---|---|
| in | pManager | Pointer to the new AutoStackManager. |
Changes the AutoStackManager.
Sets an AutoStackManager derived class instance for use when allocating and releasing stacks using StartUsingAutoStack or TryStartUsingAutoStack.
You cannot use the StartUsingAutoStack or TryStartUsingAutoStack functions until after you have used this function to set an AutoStackManager.
CONFIDENTIAL