void InitializeDemoAllocator(
DemoAllocator * allocator,
size_t size,
bit32 option = 0
);
| Name | Description | |
|---|---|---|
| in | allocator | The demo allocator to be initialized. |
| in | size |
The memory size being managed by the allocator. |
| in | option | Expanded heap option. |
Initializes the given demo allocator.
CONFIDENTIAL