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