nw::os::IAllocator::AllocAndClear Member Function
void * AllocAndClear(
size_t size,
u8 data,
u8 alignment = DEFAULT_ALIGNMENT
);
| Name | Description | |
|---|---|---|
size |
||
| data | ||
| alignment |
Allocates memory and clears with the specified byte data.
CONFIDENTIAL