nn::os::StackMemoryBlock::StackMemoryBlock Constructor#include <nn/os.h>
StackMemoryBlock();
explicit StackMemoryBlock(
size_t size
);
| StackMemoryBlock ( ) | Constructs an object. |
| StackMemoryBlock ( size_t ) | Constructs an object and allocates memory. |
Does not initialize the object when no arguments are specified. You must call Initialize separately.
Calls Initialize internally to allocate memory.
CONFIDENTIAL