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.
If size is not a multiple of 4096 the value will be rounded up automatically internally, but try if at all possible to specify a size that is a multiple of 4096.
Calls Initialize internally to allocate memory.
If size is not a multiple of 4096 the value will be rounded up automatically internally, but try if at all possible to specify a size that is a multiple of 4096.
CONFIDENTIAL