nw::os::AllocateAndFill Function
template <typename TObject>
TObject * AllocateAndFill(
os::IAllocator * allocator,
u8 value
);
| Name | Description |
|---|---|
TObject |
Type of object to allocate. |
| Name | Description | |
|---|---|---|
| in | allocator | Allocator. |
| in | value | Value to fill with. |
Allocates memory and fills the allocated region with the specified value.
CONFIDENTIAL