nn::os::StackMemory::StackMemory Constructor
StackMemory();
explicit StackMemory(
void * pMem,
size_t size
);
StackMemory()
|
Constructs an object. |
StackMemory(void *, size_t)
|
Constructs an object and partitions a memory region. |
StackMemoryDoes not initialize the object when no arguments are specified. You must call Initialize separately.
StackMemory(void *, size_t)Calls the Initialize function internally.
CONFIDENTIAL