FrameHeapTemplate(
uptr addr,
size_t size,
bit32 option = 0
);
| Name | Description | |
|---|---|---|
| in | addr | The starting address of the memory block to be allocated to the frame heap |
| in | size | The size of the memory block to be allocated to the frame heap |
| in | option | Specifies the options (not yet implemented) |
Constructor. Initializes the frame heap.
CONFIDENTIAL