nw::os::IAllocator::AllocAndFill Member Function
template <typename TObject>
TObject * AllocAndFill(
int count,
const TObject & object,
u8 alignment = DEFAULT_ALIGNMENT
);
| Name | Description | |
|---|---|---|
| in | count | Number of objects to allocate. |
| object | ||
| alignment |
Allocates the memory required for the specified number of objects and copies the specified object.
CONFIDENTIAL