nw::os::IAllocator::AllocAndClear Member Function
template <typename TObject>
TObject * AllocAndClear(
int count,
u8 data,
u8 alignment = DEFAULT_ALIGNMENT
);
| Name | Description | |
|---|---|---|
| in | count | Number of objects to allocate. |
| data | ||
| alignment |
Allocates the memory needed for the specified number of objects, and clears with the specified byte data.
CONFIDENTIAL