nn::fnd::MemoryRange::Initialize Member Function
void Initialize(
uptr begin,
uptr end
);
| Name | Description | |
|---|---|---|
| in | begin | The starting address. |
| in | end | The ending address. This represents the final address within the region, plus four bytes. |
Initializes a memory region's range.
CONFIDENTIAL