nn::os::StackMemory::StackMemory Constructor
explicit StackMemory(
void * pMem,
size_t size
);
| Name | Description | |
|---|---|---|
| in | pMem | Pointer to the beginning of the memory region to partition. Must be 4096-byte aligned. |
| in | size | Size of memory region to partition. The size argument must be a multiple of 4096. |
Constructs an object and partitions a memory region.
Internally calls the Initialize function.
CONFIDENTIAL