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