nn::fnd::ExpHeapTemplate::ExpHeapTemplate Constructor
ExpHeapTemplate(
uptr addr,
size_t size,
bit32 option = 0
);
| Name | Description | |
|---|---|---|
| in | addr | The starting address of the memory block to allocate to the heap. |
| in | size | The size of the memory block to allocate to the heap. |
| in | option | Specifies the options. |
Constructor.
Initializes the heap.
Bug:The option argument has not yet been implemented.
CONFIDENTIAL