void Initialize(
uptr startAddress,
size_t size,
bit32 option = 0
);
| Name | Description | |
|---|---|---|
| in | startAddress | Returns the start address. |
| in | size |
The size that can be allocated. |
| in | option | Frame heap option. |
Initializes the frame heap allocator for demos.
Initializes the frame heap internally.
CONFIDENTIAL