nw::demo::SimpleApp::Allocate Member Function
static void * Allocate(
size_t size,
u8 alignment = 4
);
| Name | Description | |
|---|---|---|
| in | size |
Size to be allocated. |
| in | alignment | The alignment of memory to be allocated. |
Allocates memory from main memory.
CONFIDENTIAL